Go to the source code of this file.
Namespaces | |
| namespace | terra |
| namespace | terra::grid |
| namespace | terra::grid::shell |
Functions | |
| SubdomainToRankDistributionFunction | terra::grid::shell::agglomerated_subdomain_to_rank (SubdomainToRankDistributionFunction orig, int factor) |
| Wrap an existing subdomain_to_rank function to emit sub-comm-local ranks. | |
| std::vector< SubdomainToRankDistributionFunction > | terra::grid::shell::build_level_subdomain_to_rank (const SubdomainToRankDistributionFunction &orig, const std::vector< int > &factors) |
| Compose a chain of agglomerated subdomain_to_rank functions for a level ladder. | |