SpECTRE
v2023.01.13
|
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:
a static constexpr size_t expected_number_of_excisions
which specifies the number of excisions necessary in order to compute the control error.