|
SpECTRE
v2026.04.01
|
Cartoon boundary conditions, to be used as the default placeholder in systems without Subcell. More...
#include <Cartoon.hpp>
Public Types | |
| using | options = tmpl::list<> |
Public Member Functions | |
| Cartoon (Cartoon &&)=default | |
| Cartoon & | operator= (Cartoon &&)=default |
| Cartoon (const Cartoon &)=default | |
| Cartoon & | operator= (const Cartoon &)=default |
| Cartoon (CkMigrateMessage *msg) | |
| WRAPPED_PUPable_decl_base_template (domain::BoundaryConditions::BoundaryCondition, Cartoon) | |
| auto | get_clone () const -> std::unique_ptr< domain::BoundaryConditions::BoundaryCondition > override |
| void | pup (PUP::er &p) override |
| Public Member Functions inherited from domain::BoundaryConditions::MarkAsCartoon | |
| MarkAsCartoon (MarkAsCartoon &&)=default | |
| MarkAsCartoon & | operator= (MarkAsCartoon &&)=default |
| MarkAsCartoon (const MarkAsCartoon &)=default | |
| MarkAsCartoon & | operator= (const MarkAsCartoon &)=default |
Static Public Member Functions | |
| static std::string | name () |
Static Public Attributes | |
| static constexpr Options::String | help |
Cartoon boundary conditions, to be used as the default placeholder in systems without Subcell.
To use with a specific system, add:
to the list of creatable classes.
Note: Cartoon boundary conditions should only be specified with systems set-up to use the cartoon method. It should not be used as an external boundary.
|
staticconstexpr |