|
SpECTRE
v2025.08.19
|
Classes | |
| struct | InwardDriftVelocity |
| struct | MinAllowedCharSpeed |
| struct | MinAllowedRadialDistance |
Public Types | |
| using | type = Options::Auto< DeltaRDriftInwardOptions, Options::AutoLabel::None > |
| using | options = tmpl::list< MinAllowedRadialDistance, MinAllowedCharSpeed, InwardDriftVelocity > |
Public Member Functions | |
| DeltaRDriftInwardOptions (double min_allowed_radial_distance_in, double min_allowed_char_speed_in, double inward_drift_velocity_in) | |
| void | pup (PUP::er &p) |
Public Attributes | |
| double | min_allowed_radial_distance {} |
| double | min_allowed_char_speed {} |
| double | inward_drift_velocity {} |
Static Public Attributes | |
| static constexpr Options::String | help |
|
staticconstexpr |