SpECTRE
v2025.03.17
|
Schwarzschild spacetime in general relativity. More...
#include <Schwarzschild.hpp>
Public Member Functions | |
Schwarzschild (const Schwarzschild &)=default | |
Schwarzschild & | operator= (const Schwarzschild &)=default |
Schwarzschild (Schwarzschild &&)=default | |
Schwarzschild & | operator= (Schwarzschild &&)=default |
template<typename DataType , typename... RequestedTags> | |
tuples::TaggedTuple< RequestedTags... > | variables (const tnsr::I< DataType, 3, Frame::Inertial > &x, tmpl::list< RequestedTags... >) const |
template<typename... RequestedTags> | |
tuples::TaggedTuple< RequestedTags... > | variables (const tnsr::I< DataVector, 3, Frame::Inertial > &x, const Mesh< 3 > &mesh, const InverseJacobian< DataVector, 3, Frame::ElementLogical, Frame::Inertial > &inv_jacobian, tmpl::list< RequestedTags... >) const |
void | pup (PUP::er &p) override |
![]() | |
virtual std::unique_ptr< AnalyticSolution > | get_clone () const =0 |
Schwarzschild spacetime in general relativity.
This class implements the Schwarzschild solution with mass parameter Xcts::Solutions::SchwarzschildCoordinates
enum for the available coordinate systems and for the solution variables in the respective coordinates.