SpECTRE  v2024.04.12
Actions::MutateApply< Mutator > Struct Template Reference

Apply the function Mutator::apply to the DataBox. More...

#include <MutateApply.hpp>

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)
 

Detailed Description

template<typename Mutator>
struct Actions::MutateApply< Mutator >

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:
    • All elements in Mutator::argument_tags

DataBox changes:

  • Modifies:
    • All elements in Mutator::return_tags

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