SpECTRE
v2024.08.03
|
Boundary conditions for the Burgers system. More...
Classes | |
class | BoundaryCondition |
The base class off of which all boundary conditions must inherit. More... | |
class | DemandOutgoingCharSpeeds |
A boundary condition that only verifies that all characteristic speeds are directed out of the domain; no boundary data is altered by this boundary condition. More... | |
class | Dirichlet |
class | DirichletAnalytic |
Sets Dirichlet boundary conditions using the analytic solution or analytic data. More... | |
Typedefs | |
using | standard_boundary_conditions = tmpl::list< DemandOutgoingCharSpeeds, Dirichlet, DirichletAnalytic, domain::BoundaryConditions::Periodic< BoundaryCondition > > |
Typelist of standard BoundaryConditions. | |
Boundary conditions for the Burgers system.