SpECTRE  v2024.04.12
intrp::Tags::InterpolatedVarsHolders< Metavariables > Struct Template Reference

TaggedTuple containing all local Vars::Holders for all InterpolationTargets. 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 > >
 

Detailed Description

template<typename Metavariables>
struct intrp::Tags::InterpolatedVarsHolders< Metavariables >

TaggedTuple containing all local Vars::Holders for all InterpolationTargets.

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 InterpolationTargets.


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