|
SpECTRE
2021.08.02
|
Holds Infos at all temporal_ids for a given InterpolationTargetTag. Also holds temporal_ids when data has been interpolated; this is used for cleanup purposes. All Holders 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 Attributes | |
| std::unordered_map< typename Metavariables::temporal_id::type, Info< Metavariables::volume_dim, TagList > > | infos |
| std::unordered_set< typename Metavariables::temporal_id::type > | temporal_ids_when_data_has_been_interpolated |
Holds Infos at all temporal_ids for a given InterpolationTargetTag. Also holds temporal_ids when data has been interpolated; this is used for cleanup purposes. All Holders for all InterpolationTargetTags are held in a single TaggedTuple that is in the Interpolator's DataBox with the tag Tags::InterpolatedVarsHolders.