SpECTRE  2021.08.02
Initialization::Actions::ConservativeSystem< System, EquationOfStateTag > Struct Template Reference

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
 

Detailed Description

template<typename System, typename EquationOfStateTag = NoSuchType>
struct Initialization::Actions::ConservativeSystem< System, EquationOfStateTag >

Allocate variables needed for evolution of conservative systems.

Uses:

  • DataBox:
    • Tags::Mesh<Dim>

DataBox changes:

Note
This action relies on the SetupDataBox aggregated initialization mechanism, so Actions::SetupDataBox must be present in the Initialization phase action list prior to this action.