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