SpECTRE  v2024.09.29
domain::creators::Rectilinear< Dim >::BoundaryConditions< BoundaryConditionsBase > Struct Template Reference

Public Types

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

Static Public Attributes

static constexpr Options::String help
 

Member Data Documentation

◆ help

template<size_t Dim>
template<typename BoundaryConditionsBase >
constexpr Options::String domain::creators::Rectilinear< Dim >::BoundaryConditions< BoundaryConditionsBase >::help
staticconstexpr
Initial value:
= {
"The boundary conditions to be imposed in each dimension. "
"Either specify one B.C. to be imposed for both "
"lower and upper boundary or a pair 'Lower:' and 'Upper:'."}

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