|
SpECTRE
2021.08.02
|
Computes points on a line segment. More...
#include <InterpolationTargetLineSegment.hpp>
Public Types | |
| using | const_global_cache_tags = tmpl::list< Tags::LineSegment< 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 |
Computes points on a line segment.
For requirements on InterpolationTargetTag, see InterpolationTarget