SpECTRE
v2024.12.16
|
All control errors that will be used in control systems. More...
Classes | |
struct | Expansion |
Control error in the 3D CubicScale coordinate map. More... | |
struct | Rotation |
Control error in the 3D Rotation coordinate map. More... | |
struct | Shape |
Control error in the Shape coordinate map. More... | |
struct | Size |
Control error in the for the domain::CoordinateMaps::TimeDependent::Shape map. More... | |
struct | Translation |
Control error in the 3D Translation coordinate map. More... | |
All control errors that will be used in control systems.
A control error is a struct that conforms to the control_system::protocols::ControlError protocol. Control errors compute the error between current map parameters and what they are expected to be. See an example of a control error here: