SpECTRE  v2024.04.12
Initialization::Actions::ConservativeSystem< System > 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 Parallel::iterable_action_return_t apply (db::DataBox< DbTagsList > &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, ActionList, const ParallelComponent *const)
 

Detailed Description

template<typename System>
struct Initialization::Actions::ConservativeSystem< System >

Allocate variables needed for evolution of conservative systems.

Uses:

  • DataBox:
    • Tags::Mesh<Dim>

DataBox changes:


The documentation for this struct was generated from the following file: