|
SpECTRE
2021.08.02
|
The parallel component responsible for managing the DG elements that compose the computational domain. More...
#include <DgElementArray.hpp>
Public Types | |
| using | chare_type = Parallel::Algorithms::Array |
| using | metavariables = Metavariables |
| using | phase_dependent_action_list = PhaseDepActionList |
| using | array_index = ElementId< volume_dim > |
| using | const_global_cache_tags = tmpl::list< domain::Tags::Domain< volume_dim > > |
| using | array_allocation_tags = typename ElementsAllocator::template array_allocation_tags< DgElementArray > |
| using | initialization_tags = Parallel::get_initialization_tags< Parallel::get_initialization_actions_list< phase_dependent_action_list >, array_allocation_tags > |
Static Public Attributes | |
| static constexpr size_t | volume_dim = Metavariables::volume_dim |
The parallel component responsible for managing the DG elements that compose the computational domain.
This parallel component will perform the actions specified by the PhaseDepActionList.
Evolution/DiscontinuousGalerkin/DgElementArray.hpp right now, but will likely diverge in the future, for instance to support a multigrid domain.