|
SpECTRE
2021.08.02
|
A BoundaryCondition that only verifies that all characteristic speeds are directed out of the domain; no boundary data is altered by this boundary condition.
More...
#include <Outflow.hpp>
Public Types | |
| using | options = tmpl::list<> |
| using | dg_interior_evolved_variables_tags = tmpl::list<> |
| using | dg_interior_temporary_tags = tmpl::list< ::GeneralizedHarmonic::ConstraintDamping::Tags::ConstraintGamma1, gr::Tags::Lapse< DataVector >, gr::Tags::Shift< Dim, Frame::Inertial, DataVector > > |
| using | dg_gridless_tags = tmpl::list<> |
| using | dg_interior_primitive_variables_tags = tmpl::list<> |
Public Types inherited from GeneralizedHarmonic::BoundaryConditions::BoundaryCondition< Dim > | |
| using | creatable_classes = tmpl::list< ConstraintPreservingBjorhus< Dim >, DirichletAnalytic< Dim >, Outflow< Dim >, domain::BoundaryConditions::Periodic< BoundaryCondition< Dim > > > |
Public Member Functions | |
| Outflow (Outflow &&) noexcept=default | |
| Outflow & | operator= (Outflow &&) noexcept=default |
| Outflow (const Outflow &)=default | |
| Outflow & | operator= (const Outflow &)=default |
| Outflow (CkMigrateMessage *msg) noexcept | |
| WRAPPED_PUPable_decl_base_template (domain::BoundaryConditions::BoundaryCondition, Outflow) | |
| auto | get_clone () const noexcept -> std::unique_ptr< domain::BoundaryConditions::BoundaryCondition > override |
| void | pup (PUP::er &p) override |
Public Member Functions inherited from GeneralizedHarmonic::BoundaryConditions::BoundaryCondition< Dim > | |
| BoundaryCondition (BoundaryCondition &&) noexcept=default | |
| BoundaryCondition & | operator= (BoundaryCondition &&) noexcept=default |
| BoundaryCondition (const BoundaryCondition &)=default | |
| BoundaryCondition & | operator= (const BoundaryCondition &)=default |
| BoundaryCondition (CkMigrateMessage *msg) noexcept | |
| void | pup (PUP::er &p) override |
Public Member Functions inherited from domain::BoundaryConditions::BoundaryCondition | |
| BoundaryCondition (BoundaryCondition &&) noexcept=default | |
| BoundaryCondition & | operator= (BoundaryCondition &&) noexcept=default |
| BoundaryCondition (const BoundaryCondition &)=default | |
| BoundaryCondition & | operator= (const BoundaryCondition &)=default |
| BoundaryCondition (CkMigrateMessage *const msg) noexcept | |
| WRAPPED_PUPable_abstract (BoundaryCondition) | |
Static Public Member Functions | |
| static std::optional< std::string > | dg_outflow (const std::optional< tnsr::I< DataVector, Dim, Frame::Inertial > > &face_mesh_velocity, const tnsr::i< DataVector, Dim, Frame::Inertial > &outward_directed_normal_covector, const tnsr::I< DataVector, Dim, Frame::Inertial > &, const Scalar< DataVector > &gamma_1, const Scalar< DataVector > &lapse, const tnsr::I< DataVector, Dim, Frame::Inertial > &shift) noexcept |
Static Public Attributes | |
| static constexpr Options::String | help |
| static constexpr evolution::BoundaryConditions::Type | bc_type |
A BoundaryCondition that only verifies that all characteristic speeds are directed out of the domain; no boundary data is altered by this boundary condition.
|
overridevirtualnoexcept |
Implements domain::BoundaryConditions::BoundaryCondition.
|
staticconstexpr |
|
staticconstexpr |