SpECTRE  v2025.08.19
intrp::Tags::PointInfo< InterpolationTargetTag, VolumeDim > Struct Template Reference

PointInfo holds the points to be interpolated onto, in whatever frame those points are to be held constant. More...

#include <PointInfoTag.hpp>

Public Types

using type = tnsr::I< DataVector, VolumeDim::value, typename InterpolationTargetTag::compute_target_points::frame >
 

Detailed Description

template<typename InterpolationTargetTag, typename VolumeDim>
struct intrp::Tags::PointInfo< InterpolationTargetTag, VolumeDim >

PointInfo holds the points to be interpolated onto, in whatever frame those points are to be held constant.

Details

PointInfo is used only for interpolation points that are time-independent in some frame, so that there is no Interpolator ParallelComponent. VolumeDim is a typename rather than a size_t to better facilitate this tag being used in metafunctions. VolumeDim must be a tmpl::size_t.


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