SpECTRE
v2025.03.17
|
Holds Info
s at all temporal_id
s for a given InterpolationTargetTag
. Also holds temporal_id
s when data has been interpolated; this is used for cleanup purposes. All Holder
s for all InterpolationTargetTags
are held in a single TaggedTuple
that is in the Interpolator
's DataBox
with the tag Tags::InterpolatedVarsHolders
.
More...
#include <InterpolatedVars.hpp>
Public Types | |
using | temporal_id = typename InterpolationTargetTag::temporal_id |
Public Attributes | |
std::unordered_map< typename InterpolationTargetTag::temporal_id::type, Info< Metavariables::volume_dim, TagList > > | infos |
std::deque< typename InterpolationTargetTag::temporal_id::type > | temporal_ids_when_data_has_been_interpolated |
Holds Info
s at all temporal_id
s for a given InterpolationTargetTag
. Also holds temporal_id
s when data has been interpolated; this is used for cleanup purposes. All Holder
s for all InterpolationTargetTags
are held in a single TaggedTuple
that is in the Interpolator
's DataBox
with the tag Tags::InterpolatedVarsHolders
.