|
SpECTRE
v2025.08.19
|
Base class for requesting time stepper error tolerances. More...
#include <RequestsStepperErrorTolerances.hpp>
Public Member Functions | |
| virtual std::unordered_map< std::type_index, StepperErrorTolerances > | tolerances () const =0 |
| A map from the type of a variables tag to the tolerances for that variable. More... | |
Base class for requesting time stepper error tolerances.
|
pure virtual |
A map from the type of a variables tag to the tolerances for that variable.
Implemented in StepChoosers::ErrorControl< StepChooserUse, EvolvedVariableTag, ErrorControlSelector >.