SpECTRE  v2024.04.12
Tags::Time Struct Reference

Tag for the current time as a double. More...

#include <Time.hpp>

Public Types

using type = double
 
using option_tags = tmpl::list< OptionTags::InitialTime >
 

Static Public Member Functions

static double create_from_options (const double initial_time)
 

Static Public Attributes

static constexpr bool pass_metavariables = false
 

Detailed Description

Tag for the current time as a double.

The meaning of "current time" varies during the algorithm, but generally is whatever time is appropriate for the calculation being run. Usually this is the substep time, but things such as dense-output calculations may temporarily change the value.


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