SpECTRE  v2024.04.12
Initialization::Actions::NonconservativeSystem< System > Struct Template Reference

Allocate variables needed for evolution of nonconservative systems. More...

#include <NonconservativeSystem.hpp>

Public Types

using variables_tag = typename System::variables_tag
 
using simple_tags = db::AddSimpleTags< variables_tag >
 
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)
 

Static Public Attributes

static constexpr size_t dim = System::volume_dim
 

Detailed Description

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

Allocate variables needed for evolution of nonconservative systems.

Uses:

  • DataBox:
    • Tags::Mesh<Dim>

DataBox changes:

  • Adds:
    • System::variables_tag
  • Removes: nothing
  • Modifies: nothing

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