SpECTRE
v2025.03.17
|
TaggedTuple
containing all local Vars::Holder
s for all InterpolationTarget
s.
More...
#include <Tags.hpp>
Public Types | |
using | type = tuples::tagged_tuple_from_typelist< db::wrap_tags_in< holders_detail::WrappedHolderTag, typename Metavariables::interpolation_target_tags, Metavariables > > |
TaggedTuple
containing all local Vars::Holder
s for all InterpolationTarget
s.
A particular Vars::Holder
can be retrieved from this TaggedTuple
via a Vars::HolderTag
. An Interpolator
uses the object in InterpolatedVarsHolders
to iterate over all of the InterpolationTarget
s.