Nektar++
|
Defines a boundary condition. More...
#include <Mesh.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.
std::vector<std::string> Nektar::NekMeshUtils::Condition::field |
std::vector<ConditionType> Nektar::NekMeshUtils::Condition::type |
std::vector<std::string> Nektar::NekMeshUtils::Condition::value |
Definition at line 78 of file Mesh.h.
Referenced by CellMLToNektar.validator.ValidatorError::__str__(), and CellMLToNektar.optimize.ExpressionMatcher.N::match().