SpECTRE
v2023.05.16
|
Options for the expansion map. The outer boundary radius of the map is always set to the outer boundary of the Domain, so there is no option here to set the outer boundary radius. More...
#include <BinaryCompactObjectHelpers.hpp>
Classes | |
struct | AsymptoticVelocityOuterBoundary |
struct | DecayTimescaleOuterBoundaryVelocity |
struct | InitialValues |
Public Types | |
using | options = tmpl::list< InitialValues, AsymptoticVelocityOuterBoundary, DecayTimescaleOuterBoundaryVelocity > |
Public Attributes | |
std::array< double, 2 > | initial_values |
double | outer_boundary_velocity |
double | outer_boundary_decay_time |
Static Public Attributes | |
static constexpr Options::String | help = {"Options for the expansion map."} |
Options for the expansion map. The outer boundary radius of the map is always set to the outer boundary of the Domain, so there is no option here to set the outer boundary radius.
std::array<double, 2> domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions::initial_values |
double domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions::outer_boundary_decay_time |
double domain::creators::bco::TimeDependentMapOptions::ExpansionMapOptions::outer_boundary_velocity |