SpECTRE
v2025.03.17
|
Data in an entry of the time-stepper history. More...
#include <History.hpp>
Public Types | |
using | DerivVars = db::prefix_variables<::Tags::dt, Vars > |
Public Member Functions | |
void | pup (PUP::er &p) |
std::ostream & | print (std::ostream &os) const |
Public Attributes | |
TimeStepId | time_step_id |
std::optional< Vars > | value |
DerivVars | derivative |
Data in an entry of the time-stepper history.
The value
field may be empty if the value has been discarded to save memory. See History::discard_value
and ConstUntypedHistory::discard_value
.