SpECTRE  v2026.06.09.01
Loading...
Searching...
No Matches
control_system::Tags Namespace Reference

All DataBox tags related to the control system. More...

Classes

struct  DisableRotationWhen
 Tag for controlling when and how the rotation map is disabled. More...
struct  FunctionsOfTimeInitialize
 The FunctionsOfTime initialized from a DomainCreator, initial time, and control system OptionHolders. More...
struct  FutureMeasurements
 Measurement times for a set of control systems sharing a measurement. More...
struct  IsActiveMap
 Tag that holds a map between control system name and whether that control system is active. Can be used in the GlobalCache. More...
struct  MeasurementTimescales
 The measurement timescales associated with domain::Tags::FunctionsOfTime. More...
struct  WriteDataToDisk
 DataBox tag for writing control system data to disk. More...
struct  Averager
 DataBox tag for the averager. More...
struct  TimescaleTuner
 DataBox tag for the timescale tuner. More...
struct  Controller
 DataBox tag for the controller. More...
struct  ControlError
 DataBox tag for the control error. More...
struct  MeasurementsPerUpdate
 Tag that determines how many measurements will occur per control system update. This will usually be stored in the global cache. More...
struct  DelayUpdate
 Tag that determines whether FunctionOfTime updates will be delayed by one measurement. This will usually be stored in the global cache. More...
struct  CurrentNumberOfMeasurements
 DataBox tag that keeps track of which measurement we are on. More...
struct  Verbosity
 DataBox tag that holds the verbosity used to print info about the control system algorithm. More...
struct  SystemToCombinedNames
 Tag meant to be stored in the GlobalCache that stores a map between names of control systems and the "combined" name that that control system is part of. More...
struct  UpdateAggregators
 Map between "combined" names and the control_system::UpdateAggregators that go with each. More...

Typedefs

using ObserveCenters = ah::Tags::ObserveCenters

Detailed Description

All DataBox tags related to the control system.