|
SpECTRE
v2026.04.01
|
Apply the function Mutator::apply to the DataBox. More...
#include <MutateApply.hpp>
Public Types | |
| using | simple_tags |
| using | compute_tags |
| using | const_global_cache_tags |
| using | mutable_global_cache_tags |
Static Public Member Functions | |
| template<typename DataBox, typename... InboxTags, typename Metavariables, typename ArrayIndex, typename ActionList, typename ParallelComponent> | |
| static Parallel::iterable_action_return_t | apply (DataBox &box, const tuples::TaggedTuple< InboxTags... > &, const Parallel::GlobalCache< Metavariables > &, const ArrayIndex &, const ActionList, const ParallelComponent *const) |
Apply the function Mutator::apply to the DataBox.
The function Mutator::apply is invoked with the Mutator::argument_tags. The result of this computation is stored in the Mutator::return_tags.
Uses:
DataBox changes:
| using Actions::MutateApply< Mutator >::compute_tags |
| using Actions::MutateApply< Mutator >::const_global_cache_tags |
| using Actions::MutateApply< Mutator >::mutable_global_cache_tags |
| using Actions::MutateApply< Mutator >::simple_tags |