SpECTRE
v2025.03.17
|
Returns list of points as specified in input file. More...
#include <SpecifiedPoints.hpp>
Public Types | |
using | const_global_cache_tags = implementation defined |
using | is_sequential = std::false_type |
using | frame = Frame::Inertial |
Static Public Member Functions | |
template<typename Metavariables , typename DbTags > | |
static tnsr::I< DataVector, VolumeDim, Frame::Inertial > | points (const db::DataBox< DbTags > &box, const tmpl::type_< Metavariables > &) |
template<typename Metavariables , typename DbTags , typename TemporalId > | |
static tnsr::I< DataVector, VolumeDim, Frame::Inertial > | points (const db::DataBox< DbTags > &box, const tmpl::type_< Metavariables > &meta, const TemporalId &) |
Returns list of points as specified in input file.
Conforms to the intrp::protocols::ComputeTargetPoints protocol
For requirements on InterpolationTargetTag, see intrp::protocols::InterpolationTargetTag