|
SpECTRE
v2026.06.30
|
An initial Strahlkorper shape read from an H5 file. More...
#include <InitialShapeFromFile.hpp>
Classes | |
| struct | CheckFrame |
| struct | H5Filename |
| struct | SubfileName |
| struct | Time |
| struct | TimeEpsilon |
Public Types | |
| using | options |
Public Member Functions | |
| FromFile (std::string h5_filename, std::string subfile_name, double time, double time_epsilon, bool check_frame) | |
| Strahlkorper< Frame > | strahlkorper (size_t l_max, const Options::Context &context) const override |
| Construct a Strahlkorper with both l_max and m_max set to l_max. The context is used to report option-parsing errors. | |
| void | pup (PUP::er &p) override |
| Public Member Functions inherited from ylm::InitialShape< Frame > | |
| InitialShape (CkMigrateMessage *msg) | |
| WRAPPED_PUPable_abstract (InitialShape) | |
Static Public Member Functions | |
| static std::string | name () |
Static Public Attributes | |
| static constexpr Options::String | help |
An initial Strahlkorper shape read from an H5 file.
| using ylm::InitialShapes::FromFile< Frame >::options |
|
overridevirtual |
Construct a Strahlkorper with both l_max and m_max set to l_max. The context is used to report option-parsing errors.
Implements ylm::InitialShape< Frame >.
|
staticconstexpr |