SpECTRE
v2025.03.17
|
Class that holds map options from the grid centers location. More...
#include <GridCenters.hpp>
Classes | |
struct | ScaleInspiralRateBy |
struct | SpecEvolutionParametersPerlFile |
Public Types | |
using | type = Options::Auto< GridCentersOptions, Options::AutoLabel::None > |
using | options = implementation defined |
Public Member Functions | |
GridCentersOptions (const std::string &spec_evolution_parameters_perl_file, std::optional< double > in_scale_inspiral_rate_by, const Options::Context &context={}) | |
Static Public Member Functions | |
static std::string | name () |
Public Attributes | |
std::array< DataVector, 3 > | initial_values {} |
std::optional< double > | scale_inspiral_rate_by {std::nullopt} |
Static Public Attributes | |
static constexpr Options::String | help |
Class that holds map options from the grid centers location.
This is needed in BNS simulations where the stars are not at the centers of the cubes.
This class can also be used as an option tag with the type
type alias, name()
function, and help
string.
|
staticconstexpr |