SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
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

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.

Member Typedef Documentation

◆ type

template<typename InterpolationTargetTag, typename VolumeDim>
using intrp::Tags::PointInfo< InterpolationTargetTag, VolumeDim >::type
Initial value:
tnsr::I<DataVector, VolumeDim::value,
typename InterpolationTargetTag::compute_target_points::frame>
Stores a collection of function values.
Definition DataVector.hpp:48

The documentation for this struct was generated from the following file:
  • src/ParallelAlgorithms/Interpolation/PointInfoTag.hpp