SpECTRE
v2022.05.05
|
Boundary conditions for the curved scalar wave system. More...
Classes | |
class | BoundaryCondition |
The base class off of which all boundary conditions must inherit. More... | |
class | ConstraintPreservingSphericalRadiation |
Implements constraint-preserving boundary conditions with a second order Bayliss-Turkel radiation boundary condition. More... | |
class | Outflow |
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... | |
Typedefs | |
template<size_t Dim> | |
using | standard_boundary_conditions = tmpl::list< Outflow< Dim >, ConstraintPreservingSphericalRadiation< Dim >, domain::BoundaryConditions::Periodic< BoundaryCondition< Dim > > > |
Typelist of standard BoundaryConditions. | |
Boundary conditions for the curved scalar wave system.