SpECTRE
v2023.10.11
|
Classes | |
struct | LowerBC |
struct | UpperBC |
Public Types | |
using | options = tmpl::list< LowerBC, UpperBC > |
Public Member Functions | |
LowerUpperBoundaryCondition (typename LowerBC::type lower_bc, typename UpperBC::type upper_bc) | |
Public Attributes | |
std::unique_ptr< BoundaryConditionsBase > | lower |
std::unique_ptr< BoundaryConditionsBase > | upper |
Static Public Attributes | |
static constexpr Options::String | help |
|
staticconstexpr |