SpECTRE
v2024.09.29
|
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 |
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.