Items for initializing the DataBoxes of parallel components. More...
Classes | |
struct | ConservativeSystem |
Allocate variables needed for evolution of conservative systems. More... | |
struct | ConservativeVars |
Initialize the conservative variables from the primitive variables. More... | |
struct | DiscontinuousGalerkin |
Initialize items related to the discontinuous Galerkin method. More... | |
struct | Domain |
Initialize items related to the basic structure of the Domain. More... | |
struct | Evolution |
Initialize items related to time-evolution of the system. More... | |
struct | Interface |
Initialize items related to the interfaces between Elements and on external boundaries. More... | |
struct | MinMod |
Allocate items for minmod limiter. More... | |
Functions | |
template<size_t Dim> | |
Mesh< Dim > | element_mesh (const std::vector< std::array< size_t, Dim >> &initial_extents, const ElementId< Dim > &element_id, const OrientationMap< Dim > &orientation={}) noexcept |
Construct the initial Mesh of an Element. More... | |
Items for initializing the DataBoxes of parallel components.
|
noexcept |