|
SpECTRE
v2026.06.30
|
Base class for constructing initial Strahlkorper shapes. More...
#include <InitialShape.hpp>
Public Member Functions | |
| InitialShape (CkMigrateMessage *msg) | |
| WRAPPED_PUPable_abstract (InitialShape) | |
| virtual Strahlkorper< Frame > | strahlkorper (size_t l_max, const Options::Context &context) const =0 |
| Construct a Strahlkorper with both l_max and m_max set to l_max. The context is used to report option-parsing errors. | |
Base class for constructing initial Strahlkorper shapes.
When constructing a Stahlkorper from options (such as the initial guess for an apparent horizon), the user can specify a resolution and a shape (such as spherical, or read from file).
|
pure virtual |
Construct a Strahlkorper with both l_max and m_max set to l_max. The context is used to report option-parsing errors.
Implemented in ah::InitialShapes::KerrSchild< Frame >, ylm::InitialShapes::FromFile< Frame >, and ylm::InitialShapes::Sphere< Frame >.