SpECTRE
v2025.03.17
|
Computes points in a wedge-sectioned torus. More...
#include <WedgeSectionTorus.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, 3, Frame::Inertial > | points (const db::DataBox< DbTags > &box, const tmpl::type_< Metavariables > &) |
template<typename Metavariables , typename DbTags , typename TemporalId > | |
static tnsr::I< DataVector, 3, Frame::Inertial > | points (const db::DataBox< DbTags > &box, const tmpl::type_< Metavariables > &meta, const TemporalId &) |
Computes points in a wedge-sectioned torus.
Conforms to the intrp::protocols::ComputeTargetPoints protocol
For requirements on InterpolationTargetTag, see intrp::protocols::InterpolationTargetTag