|
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< gr::Tags::Shift< 3, Frame::Inertial, DataVector >, gr::Tags::Lapse< DataVector > > |
| using | dg_gridless_tags = tmpl::list<> |
| using | dg_interior_primitive_variables_tags = tmpl::list<> |
Public Types inherited from grmhd::ValenciaDivClean::BoundaryConditions::BoundaryCondition | |
| using | creatable_classes = tmpl::list< DirichletAnalytic, Outflow, domain::BoundaryConditions::Periodic< BoundaryCondition > > |
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 grmhd::ValenciaDivClean::BoundaryConditions::BoundaryCondition | |
| 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, 3, Frame::Inertial > > &face_mesh_velocity, const tnsr::i< DataVector, 3, Frame::Inertial > &outward_directed_normal_covector, const tnsr::I< DataVector, 3, Frame::Inertial > &, const tnsr::I< DataVector, 3, Frame::Inertial > &shift, const Scalar< DataVector > &lapse) 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 |