SpECTRE  v2024.03.19
control_system::OptionTags::ControlSystemInputs< ControlSystem > Struct Template Reference

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 = control_system::OptionHolder< ControlSystem >
 
using group = ControlSystemGroup
 

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help {"Options for a control system."}
 

Detailed Description

template<typename ControlSystem>
struct control_system::OptionTags::ControlSystemInputs< ControlSystem >

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.


The documentation for this struct was generated from the following file: