SpECTRE
v2024.09.29
|
Mass and spin necessary for calculating the \( Y_{lm} \) coefficients of a Kerr horizon of certain Boyer-Lindquist radius for the shape map of the Sphere domain creator. More...
#include <ShapeMap.hpp>
Classes | |
struct | Mass |
The mass of the Kerr black hole. More... | |
struct | Spin |
The dimensionless spin of the Kerr black hole. More... | |
Public Types | |
using | options = tmpl::list< Mass, Spin > |
Public Member Functions | |
KerrSchildFromBoyerLindquist (double mass_in, std::array< double, 3 > spin_in) | |
Public Attributes | |
double | mass {std::numeric_limits<double>::signaling_NaN()} |
std::array< double, 3 > | spin |
Static Public Attributes | |
static constexpr Options::String | help |
Mass and spin necessary for calculating the \( Y_{lm} \) coefficients of a Kerr horizon of certain Boyer-Lindquist radius for the shape map of the Sphere domain creator.
|
staticconstexpr |
std::array<double, 3> domain::creators::time_dependent_options::KerrSchildFromBoyerLindquist::spin |