SpECTRE  v2024.05.11
ScalarWave::BoundaryConditions Namespace Reference

Boundary conditions for the scalar wave system. More...

Classes

class  BoundaryCondition
 The base class off of which all boundary conditions must inherit. More...
 
class  ConstraintPreservingSphericalRadiation
 Constraint-preserving spherical radiation boundary condition that seeks to avoid ingoing constraint violations and radiation. More...
 
class  DirichletAnalytic
 Sets Dirichlet boundary conditions using the analytic solution or analytic data. More...
 
class  SphericalRadiation
 Impose spherical radiation boundary conditions. More...
 

Typedefs

template<size_t Dim>
using standard_boundary_conditions = tmpl::list< ConstraintPreservingSphericalRadiation< Dim >, DirichletAnalytic< Dim >, domain::BoundaryConditions::Periodic< BoundaryCondition< Dim > >, SphericalRadiation< Dim > >
 Typelist of standard BoundaryConditions.
 

Detailed Description

Boundary conditions for the scalar wave system.