|
SpECTRE
2021.08.02
|
Allocate items for minmod limiter. More...
#include <Limiter.hpp>
Public Types | |
| using | simple_tags = db::AddSimpleTags<> |
| using | compute_tags = tmpl::list< domain::Tags::SizeOfElementCompute< Dim > > |
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 items for minmod limiter.
DataBox changes:
Tags::SizeOfElement<Dim>SetupDataBox aggregated initialization mechanism, so Actions::SetupDataBox must be present in the Initialization phase action list prior to this action.