SpECTRE  v2024.04.12
TimeSteppers::StepRecord< Vars > Struct Template Reference

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::ostreamprint (std::ostream &os) const
 

Public Attributes

TimeStepId time_step_id
 
std::optional< Vars > value
 
DerivVars derivative
 

Detailed Description

template<typename Vars>
struct TimeSteppers::StepRecord< Vars >

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.


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