SpECTRE  v2024.03.19
Tags::TimeStepper< StepperInterface > Struct Template Reference

Access to a time stepper through the StepperInterface interface (such as TimeStepper or LtsTimeStepper). More...

#include <TimeStepper.hpp>

Public Types

using type = StepperInterface
 

Detailed Description

template<typename StepperInterface>
struct Tags::TimeStepper< StepperInterface >

Access to a time stepper through the StepperInterface interface (such as TimeStepper or LtsTimeStepper).

Details

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.


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