SpECTRE
v2025.03.17
|
Represents the final time of a bounded CCE evolution, determined either from option specification or from the file. More...
#include <OptionTags.hpp>
Public Types | |
using | type = double |
using | option_tags = tmpl::list< OptionTags::EndTime, OptionTags::BoundaryDataFilename, OptionTags::StandaloneExtractionRadius > |
Static Public Member Functions | |
static double | create_from_options (const std::optional< double > end_time, const std::string &filename, const std::optional< double > &extraction_radius) |
Static Public Attributes | |
static constexpr bool | pass_metavariables = false |
Represents the final time of a bounded CCE evolution, determined either from option specification or from the file.
If no end time is specified in the input file (so the option OptionTags::EndTime
is set to "Auto"), this will find the end time from the provided H5 file. If OptionTags::EndTime
takes any other value, it will be used directly as the final time for the CCE evolution instead.