|
SpECTRE
v2026.04.01
|
Classes | |
| struct | factory_creation |
Public Types | |
| using | metavars |
| using | observed_reduction_data_tags = tmpl::list<> |
| using | element_component = MockElementComponent<metavars> |
| using | BothHorizons = ::control_system::measurements::BothHorizons |
| using | expansion_system |
| using | rotation_system |
| using | translation_system |
| using | shape_system |
| using | control_systems |
| using | expansion_component = MockControlComponent<metavars, expansion_system> |
| using | rotation_component = MockControlComponent<metavars, rotation_system> |
| using | translation_component |
| using | shape_component = MockControlComponent<metavars, shape_system> |
| using | observer_component = MockObserverWriter<metavars> |
| using | control_components |
| using | component_list |
Static Public Attributes | |
| static constexpr size_t | volume_dim = 3 |
| static constexpr bool | using_expansion = ExpansionDerivOrder != 0 |
| static constexpr bool | using_rotation = RotationDerivOrder != 0 |
| static constexpr bool | using_translation = TranslationDerivOrder != 0 |
| static constexpr bool | using_shape = ShapeDerivOrder != 0 |
| static constexpr size_t | exp_deriv_order |
| static constexpr size_t | rot_deriv_order |
| static constexpr size_t | trans_deriv_order |
| static constexpr size_t | shape_deriv_order = using_shape ? ShapeDerivOrder : 2 |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::component_list |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::control_components |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::control_systems |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::expansion_system |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::metavars |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::rotation_system |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::shape_system |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::translation_component |
| using TestHelpers::control_system::MockMetavars< TranslationDerivOrder, RotationDerivOrder, ExpansionDerivOrder, ShapeDerivOrder >::translation_system |
|
staticconstexpr |
|
staticconstexpr |
|
staticconstexpr |