SpECTRE  v2024.03.19
domain::creators::Brick::BoundaryCondition< BoundaryConditionsBase, Dim > Struct Template Reference

Public Types

using type = std::variant< std::unique_ptr< BoundaryConditionsBase >, LowerUpperBoundaryCondition< BoundaryConditionsBase > >
 

Static Public Member Functions

static std::string name ()
 

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<typename BoundaryConditionsBase , size_t Dim>
constexpr Options::String domain::creators::Brick::BoundaryCondition< BoundaryConditionsBase, Dim >::help
staticconstexpr
Initial value:
= {
"The boundary condition to be imposed for boundaries at "
"the given direction. Either specify one B.C. to be imposed for both "
"lower and upper boundary or a pair of B.C. for lower and upper "
"boundary respectively."}

The documentation for this struct was generated from the following file: