SpECTRE  v2024.09.29
StepperErrorEstimate Struct Reference

Estimate of the TimeStepper truncation error. More...

#include <StepperErrorEstimate.hpp>

Public Member Functions

void pup (PUP::er &p)
 

Public Attributes

Time step_time {}
 Start of the step the estimate is for.
 
TimeDelta step_size {}
 Size of the step the estimate is for.
 
size_t order {}
 Order of accuracy of the estimate. The estimated error should scale approximately as \((\Delta t)^{\text{order} + 1}\).
 
double error {}
 Error estimate.
 

Detailed Description

Estimate of the TimeStepper truncation error.


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