SpECTRE
v2025.03.17
|
A list of specified points to interpolate to. More...
#include <SpecifiedPoints.hpp>
Classes | |
struct | Points |
Public Types | |
using | options = implementation defined |
Public Member Functions | |
SpecifiedPoints (std::vector< std::array< double, VolumeDim > > points_in) | |
SpecifiedPoints (const SpecifiedPoints &)=default | |
SpecifiedPoints & | operator= (const SpecifiedPoints &)=default |
SpecifiedPoints (SpecifiedPoints &&)=default | |
SpecifiedPoints & | operator= (SpecifiedPoints &&)=default |
void | pup (PUP::er &p) |
Public Attributes | |
std::vector< std::array< double, VolumeDim > > | points {} |
Static Public Attributes | |
static constexpr Options::String | help = {"A list of specified points"} |
A list of specified points to interpolate to.
Frame::Inertial