SpECTRE
v2025.03.17
|
A flexible combine invokable that combines into a tuples::TaggedTuple
a new tuples::TaggedTuple
, and combines according to type aliases combination_method
s that are required to be defined in each tag.
More...
#include <PhaseControlReductionHelpers.hpp>
Public Member Functions | |
template<typename... Tags> | |
tuples::TaggedTuple< Tags... > | operator() (tuples::TaggedTuple< Tags... > current_state, const tuples::TaggedTuple< Tags... > &element) |
A flexible combine invokable that combines into a tuples::TaggedTuple
a new tuples::TaggedTuple
, and combines according to type aliases combination_method
s that are required to be defined in each tag.