SpECTRE  v2024.04.12
intrp::TargetPoints::LineSegment< InterpolationTargetTag, VolumeDim, Frame > Struct Template Reference

Computes points on a line segment. More...

#include <LineSegment.hpp>

Public Types

using const_global_cache_tags = tmpl::list< Tags::LineSegment< InterpolationTargetTag, VolumeDim > >
 
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 &)
 

Detailed Description

template<typename InterpolationTargetTag, size_t VolumeDim, typename Frame>
struct intrp::TargetPoints::LineSegment< InterpolationTargetTag, VolumeDim, Frame >

Computes points on a line segment.

Conforms to the intrp::protocols::ComputeTargetPoints protocol

For requirements on InterpolationTargetTag, see intrp::protocols::InterpolationTargetTag


The documentation for this struct was generated from the following file: