SpECTRE  v2025.08.19
AdvanceTime< CacheTagPrefix > Struct Template Reference

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
 

Detailed Description

template<template< typename > typename CacheTagPrefix = std::type_identity_t>
struct AdvanceTime< CacheTagPrefix >

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.


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