|
SpECTRE
v2026.06.30
|
A spherical initial Strahlkorper shape. More...
#include <InitialShape.hpp>
Classes | |
| struct | Center |
| struct | Radius |
Public Types | |
| using | options = tmpl::list<Center, Radius> |
Public Member Functions | |
| Sphere (std::array< double, 3 > center, double radius) | |
| 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 |
A spherical initial Strahlkorper shape.
|
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 |