|
SpECTRE
2021.08.02
|
A Parallel::protocols::ArrayElementsAllocator that creates array elements to cover the initial computational domain.
More...
#include <DgElementArray.hpp>
Public Types | |
| template<typename ParallelComponent > | |
| using | array_allocation_tags = tmpl::list< domain::Tags::InitialRefinementLevels< Dim > > |
Static Public Member Functions | |
| template<typename ParallelComponent , typename Metavariables , typename... InitializationTags> | |
| static void | apply (Parallel::CProxy_GlobalCache< Metavariables > &global_cache, const tuples::TaggedTuple< InitializationTags... > &initialization_items) noexcept |
A Parallel::protocols::ArrayElementsAllocator that creates array elements to cover the initial computational domain.
An element is created for every element ID in every block, determined by the initial_element_ids function and the option-created domain::Tags::Domain and domain::Tags::InitialRefinementLevels. The elements are distributed on processors using the domain::BlockZCurveProcDistribution.