SpECTRE
v2025.03.17
|
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. | |
Estimate of the TimeStepper truncation error.