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 1072 of file MeshElements.h.
|
inline |
Definition at line 1074 of file MeshElements.h.
std::vector<std::string> Nektar::Utilities::Condition::field |
Definition at line 1076 of file MeshElements.h.
std::vector<int> Nektar::Utilities::Condition::m_composite |
Definition at line 1078 of file MeshElements.h.
std::vector<ConditionType> Nektar::Utilities::Condition::type |
Definition at line 1075 of file MeshElements.h.
std::vector<std::string> Nektar::Utilities::Condition::value |
Definition at line 1077 of file MeshElements.h.