SpECTRE
v2025.03.17
|
The following tag is for the case in which interpolation bypasses the Interpolator
ParallelComponent. In that case, the Element
must hold interpolation information in its DataBox
.
More...
#include <PointInfoTag.hpp>
Public Types | |
using | type = tuples::tagged_tuple_from_typelist< db::wrap_tags_in< point_info_detail::WrappedPointInfoTag, typename Metavariables::interpolation_target_tags, Metavariables > > |
The following tag is for the case in which interpolation bypasses the Interpolator
ParallelComponent. In that case, the Element
must hold interpolation information in its DataBox
.
A particular Vars::PointInfo
can be retrieved from this TaggedTuple
via a Vars::PointInfoTag
.