SpECTRE  v2024.05.11
TimeSteppers::UntypedStepRecord< T > Struct Template Reference

Entry in the time-stepper history, in type-erased form. More...

#include <History.hpp>

Public Attributes

TimeStepId time_step_id
 
std::optional< T > value
 
derivative
 

Detailed Description

template<typename T>
struct TimeSteppers::UntypedStepRecord< T >

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.

Template Parameters
TOne of the types in MATH_WRAPPER_TYPES

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