SpECTRE  v2026.04.01
Loading...
Searching...
No Matches
ForceFree::BoundaryConditions Namespace Reference

Boundary conditions for the GRFFE system. More...

Classes

class  BoundaryCondition
 The base class 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  DirichletAnalytic
 Sets Dirichlet boundary conditions using the analytic solution or analytic data. More...

Typedefs

using standard_boundary_conditions
 Typelist of standard BoundaryConditions.

Detailed Description

Boundary conditions for the GRFFE system.

Typedef Documentation

◆ standard_boundary_conditions

Initial value:
tmpl::list<domain::BoundaryConditions::Periodic<BoundaryCondition>,
A boundary condition that only verifies that all characteristic speeds are directed out of the domain...
Definition DemandOutgoingCharSpeeds.hpp:33
Sets Dirichlet boundary conditions using the analytic solution or analytic data.
Definition DirichletAnalytic.hpp:32

Typelist of standard BoundaryConditions.