SpECTRE
v2025.03.17
|
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 = Options::Auto< control_system::OptionHolder< ControlSystem >, Options::AutoLabel::None > |
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.