SpECTRE
v2025.03.17
|
Entry in the time-stepper history, in type-erased form. More...
#include <History.hpp>
Public Attributes | |
TimeStepId | time_step_id |
std::optional< T > | value |
T | derivative |
Entry in the time-stepper history, in type-erased form.
The history access classes do not provide mutable references to these structs, so they cannot be used to modify history data.
This struct mirrors the typed StepRecord
struct. See that for details.
T | One of the types in MATH_WRAPPER_TYPES |