SpECTRE
v2025.03.17
|
The evolution TimeStepper. The template parameter should be one of the time stepper base classes, such as TimeStepper
or LtsTimeStepper
.
More...
#include <TimeStepper.hpp>
Public Types | |
using | type = std::unique_ptr< StepperType > |
using | option_tags = implementation defined |
Static Public Member Functions | |
static std::unique_ptr< StepperType > | create_from_options (const std::unique_ptr< StepperType > &time_stepper) |
Static Public Attributes | |
static constexpr bool | pass_metavariables = false |
The evolution TimeStepper. The template parameter should be one of the time stepper base classes, such as TimeStepper
or LtsTimeStepper
.
For the contained object to be used, the reference tags listed in time_stepper_ref_tags<StepperType>
will also need to be added to the DataBox.