|
SpECTRE
2021.08.02
|
Allocate variables needed for evolution of conservative systems. More...
#include <ConservativeSystem.hpp>
Public Types | |
| using | simple_tags = typename simple_tags_impl< System >::type |
| using | compute_tags = db::AddComputeTags<> |
Static Public Member Functions | |
| template<typename DbTagsList , typename... InboxTags, typename Metavariables , typename ArrayIndex , typename ActionList , typename ParallelComponent > | |
| static auto | apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, ActionList, const ParallelComponent *const) noexcept |
Allocate variables needed for evolution of conservative systems.
Uses:
Tags::Mesh<Dim>DataBox changes:
SetupDataBox aggregated initialization mechanism, so Actions::SetupDataBox must be present in the Initialization phase action list prior to this action.