SpECTRE  v2025.08.19
RequestsStepperErrorTolerances Struct Referenceabstract

Base class for requesting time stepper error tolerances. More...

#include <RequestsStepperErrorTolerances.hpp>

Public Member Functions

virtual std::unordered_map< std::type_index, StepperErrorTolerancestolerances () const =0
 A map from the type of a variables tag to the tolerances for that variable. More...
 

Detailed Description

Base class for requesting time stepper error tolerances.

Member Function Documentation

◆ tolerances()

virtual std::unordered_map< std::type_index, StepperErrorTolerances > RequestsStepperErrorTolerances::tolerances ( ) const
pure virtual

A map from the type of a variables tag to the tolerances for that variable.

Implemented in StepChoosers::ErrorControl< StepChooserUse, EvolvedVariableTag, ErrorControlSelector >.


The documentation for this struct was generated from the following file: