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 1149 of file MeshElements.h.
|
inline |
Definition at line 1151 of file MeshElements.h.
std::vector<std::string> Nektar::Utilities::Condition::field |
Definition at line 1153 of file MeshElements.h.
std::vector<int> Nektar::Utilities::Condition::m_composite |
Definition at line 1155 of file MeshElements.h.
std::vector<ConditionType> Nektar::Utilities::Condition::type |
Definition at line 1152 of file MeshElements.h.
std::vector<std::string> Nektar::Utilities::Condition::value |
Definition at line 1154 of file MeshElements.h.