|
SpECTRE
2021.08.02
|
Returns list of points as specified in input file. More...
#include <InterpolationTargetSpecifiedPoints.hpp>
Public Types | |
| using | const_global_cache_tags = tmpl::list< Tags::SpecifiedPoints< InterpolationTargetTag, VolumeDim > > |
| 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 > &) noexcept |
| 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 &) noexcept |
Returns list of points as specified in input file.
For requirements on InterpolationTargetTag, see InterpolationTarget