Nektar++
|
Defines a boundary condition. More...
#include <MeshElements.h>
Public Member Functions | |
Condition () | |
Public Attributes | |
std::vector< ConditionType > | type |
std::vector< std::string > | field |
std::vector< std::string > | value |
std::vector< int > | m_composite |
Defines a boundary condition.
A boundary condition is defined by its type (e.g. Dirichlet), the field it applies to, the value imposed on this field and the composite which the boundary condition is applied to.
Definition at line 1087 of file MeshElements.h.
|
inline |
Definition at line 1089 of file MeshElements.h.
std::vector<std::string> Nektar::Utilities::Condition::field |
Definition at line 1091 of file MeshElements.h.
std::vector<int> Nektar::Utilities::Condition::m_composite |
Definition at line 1093 of file MeshElements.h.
std::vector<ConditionType> Nektar::Utilities::Condition::type |
Definition at line 1090 of file MeshElements.h.
std::vector<std::string> Nektar::Utilities::Condition::value |
Definition at line 1092 of file MeshElements.h.