|
SpECTRE
v2025.08.19
|
Advance time one substep. More...
#include <AdvanceTime.hpp>
Public Types | |
| using | return_tags = tmpl::list< Tags::TimeStepId, Tags::Next< Tags::TimeStepId >, Tags::TimeStep, Tags::Time, Tags::StepNumberWithinSlab, Tags::AdaptiveSteppingDiagnostics > |
| using | argument_tags = tmpl::list< CacheTagPrefix< Tags::TimeStepper< TimeStepper > >, Tags::StepperErrorEstimatesEnabled > |
Static Public Attributes | |
| static constexpr auto | apply = &AdvanceTime_detail::apply |
Advance time one substep.
Replaces the time state with the Tags::Next values, advances the Tags::Next values, and sets Tags::Time to the new substep time.