SpECTRE
v2024.12.16
|
Access to a time stepper through the StepperInterface
interface (such as TimeStepper
or LtsTimeStepper
).
More...
#include <TimeStepper.hpp>
Public Types | |
using | type = StepperInterface |
Access to a time stepper through the StepperInterface
interface (such as TimeStepper
or LtsTimeStepper
).
This tag cannot be added directly to the DataBox of GlobalCache because it contains an abstract type, but can only be used for retrieving the time stepper. Instead, the ConcreteTimeStepper
tag should be added, along with the reference tags given by time_stepper_ref_tags
.