|
SpECTRE
v2025.08.19
|
Classes | |
| struct | CheckFrame |
| struct | H5Filename |
| struct | MatchTime |
| struct | MatchTimeEpsilon |
| struct | SetL1CoefsToZero |
| struct | SubfileNames |
Public Types | |
| using | options = tmpl::list< H5Filename, SubfileNames, MatchTime, MatchTimeEpsilon, SetL1CoefsToZero, CheckFrame > |
Public Member Functions | |
| YlmsFromFile (std::string h5_filename_in, std::vector< std::string > subfile_names_in, double match_time_in, std::optional< double > match_time_epsilon_in, bool set_l1_coefs_to_zero_in, bool check_frame_in=true) | |
Public Attributes | |
| std::string | h5_filename |
| std::vector< std::string > | subfile_names |
| double | match_time {} |
| std::optional< double > | match_time_epsilon |
| bool | set_l1_coefs_to_zero {} |
| bool | check_frame {true} |
Static Public Attributes | |
| static constexpr Options::String | help |
|
staticconstexpr |