|
SpECTRE
v2026.04.01
|
Option tag for each individual control system. The name of this option is the name of the ControlSystem struct it is templated on. This way all control systems will have a unique name.
More...
#include <OptionTags.hpp>
Public Types | |
| using | type |
| using | group = ControlSystemGroup |
Static Public Member Functions | |
| static std::string | name () |
Static Public Attributes | |
| static constexpr Options::String | help {"Options for a control system."} |
Option tag for each individual control system. The name of this option is the name of the ControlSystem struct it is templated on. This way all control systems will have a unique name.
If None is specified, this control system is not active.
| using control_system::OptionTags::ControlSystemInputs< ControlSystem >::type |