|
SpECTRE
2021.08.02
|
A list of specified points to interpolate to. More...
#include <InterpolationTargetSpecifiedPoints.hpp>
Classes | |
| struct | Points |
Public Types | |
| using | options = tmpl::list< Points > |
Public Member Functions | |
| SpecifiedPoints (std::vector< std::array< double, VolumeDim > > points_in) noexcept | |
| SpecifiedPoints (const SpecifiedPoints &)=delete | |
| SpecifiedPoints & | operator= (const SpecifiedPoints &)=default |
| SpecifiedPoints (SpecifiedPoints &&) noexcept=default | |
| SpecifiedPoints & | operator= (SpecifiedPoints &&) noexcept=default |
| void | pup (PUP::er &p) noexcept |
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