SpECTRE
v2025.01.30
|
Holds classes implementing a solution to the relativistic Euler system. More...
Classes | |
class | FishboneMoncriefDisk |
Fluid disk orbiting a Kerr black hole. More... | |
class | RotatingStar |
A solution obtained by reading in rotating neutron star initial data from the RotNS code based on [43] and [44]. More... | |
class | SmoothFlow |
Smooth wave propagating in Minkowski spacetime. More... | |
class | TovSolution |
TOV solver based on Lindblom's method. More... | |
class | TovStar |
A static spherically symmetric star. More... | |
Enumerations | |
enum class | TovCoordinates { Schwarzschild , Isotropic } |
Radial coordinate of a TOV solution. More... | |
Functions | |
bool | operator!= (const FishboneMoncriefDisk &lhs, const FishboneMoncriefDisk &rhs) |
bool | operator!= (const RotatingStar &lhs, const RotatingStar &rhs) |
template<size_t Dim> | |
bool | operator!= (const SmoothFlow< Dim > &lhs, const SmoothFlow< Dim > &rhs) |
std::ostream & | operator<< (std::ostream &os, TovCoordinates coords) |
bool | operator!= (const TovStar &lhs, const TovStar &rhs) |
Holds classes implementing a solution to the relativistic Euler system.
|
strong |