|
SpECTRE
v2026.04.01
|
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 |
| 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:
| using Initialization::Actions::AddSimpleTags< Mutators >::simple_tags |