SpECTRE
v2023.05.16
|
Definition of a control error. More...
#include <ControlError.hpp>
Classes | |
struct | test |
Definition of a control error.
A control error is used within a control system to compute how far off the the value you are controlling is from its expected value.
A conforming type must specify:
static constexpr size_t expected_number_of_excisions
which specifies the number of excisions necessary in order to compute the control error.a type alias object_centers
to a domain::object_list
of domain::ObjectLabel
s. These are the objects that will require the domain::Tags::ObjectCenter
s tags to be in the GlobalCache for this control system to work.