SpECTRE  v2025.08.19
StepperErrorTolerances Struct Reference

Tolerances used for time step error control. More...

#include <StepperErrorTolerances.hpp>

Public Types

enum class  Estimates { None , StepperOrder , AllOrders }
 

Public Member Functions

void pup (PUP::er &p)
 

Public Attributes

Estimates estimates = Estimates::None
 Which estimates the time stepper should generate.
 
double absolute = std::numeric_limits<double>::signaling_NaN()
 
double relative = std::numeric_limits<double>::signaling_NaN()
 

Detailed Description

Tolerances used for time step error control.


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