|
SpECTRE
v2025.08.19
|
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 > |
PointInfo holds the points to be interpolated onto, in whatever frame those points are to be held constant.
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.