|
chombo-discharge
|
This is the complete list of members for LoadBalancing, including all inherited members.
| gatherBoxes(Vector< Box > &a_boxes) | LoadBalancing | static |
| gatherBoxesAndLoads(Vector< Box > &a_boxes, Vector< int > &a_loads) | LoadBalancing | static |
| gatherLoads(Vector< Real > &a_loads) | LoadBalancing | static |
| gatherLoads(Vector< int > &a_loads) | LoadBalancing | static |
| gatherLoads(Vector< long > &a_loads) | LoadBalancing | static |
| hilbertIndex(const std::array< uint32_t, DIM > &a_coords) | LoadBalancing | protectedstatic |
| makeBalance(Vector< int > &a_ranks, const Vector< T > &a_loads, const Vector< Box > &a_boxes) | LoadBalancing | static |
| makeBalance(Vector< int > &a_ranks, Loads &a_rankLoads, const Vector< T > &a_boxLoads, const Vector< Box > &a_boxes) | LoadBalancing | static |
| mortonIndex(const std::array< uint32_t, DIM > a_coords) noexcept | LoadBalancing | protectedstatic |
| packPairs(const Vector< Box > &a_boxes, const Vector< T > &a_loads) | LoadBalancing | protectedstatic |
| shuffleSort(Vector< Box > &a_boxes, Vector< T > &a_loads) | LoadBalancing | protectedstatic |
| sort(Vector< Vector< Box > > &a_boxes, Vector< Vector< T > > &a_loads, const BoxSorting a_whichSorting) | LoadBalancing | static |
| sort(Vector< Box > &a_boxes, Vector< T > &a_loads, const BoxSorting a_which) | LoadBalancing | static |
| sort(Vector< Box > &a_boxes, const BoxSorting a_which) | LoadBalancing | static |
| sortSFC(Vector< Box > &a_boxes, Vector< T > &a_loads, const std::function< uint64_t(const std::array< uint32_t, DIM >)> &a_sfcEncoder) noexcept | LoadBalancing | protectedstatic |
| standardSort(Vector< Box > &a_boxes, Vector< T > &a_loads) | LoadBalancing | protectedstatic |
| unpackPairs(Vector< Box > &a_boxes, Vector< T > &a_loads, const std::vector< std::pair< Box, T > > &a_pairs) | LoadBalancing | protectedstatic |