SpECTRE
v2024.09.29
|
Initialize the list of simple tags in Mutators::return_tags
by calling each mutator in the order they are specified.
More...
#include <AddSimpleTags.hpp>
Public Types | |
using | simple_tags = tmpl::flatten< tmpl::append< typename Mutators::return_tags... > > |
using | compute_tags = tmpl::list<> |
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) |
Initialize the list of simple tags in Mutators::return_tags
by calling each mutator in the order they are specified.
There's a specialization for AddSimpleTags<tmpl::list<Mutators...>>
that can also be used if a tmpl::list
is available.
Uses: nothing
DataBox changes:
Mutators::return_tags
Mutators::return_tags