Chaste Commit::ca8ccdedf819b6e02855bc0e8e6f50bdecbc5208
|
#include <PottsMeshReader.hpp>
Public Attributes | |
std::vector< unsigned > | NodeIndices |
std::vector< bool > | Orientations |
unsigned | AttributeValue |
unsigned | ContainingElement |
Helper structure that stores the nodes and any attribute value associated with a PottsElement.
Definition at line 50 of file PottsMeshReader.hpp.
unsigned PottsElementData::AttributeValue |
Attribute value associated with the element.
Definition at line 54 of file PottsMeshReader.hpp.
unsigned PottsElementData::ContainingElement |
Only applies to boundary elements: which element contains this boundary element. Only set if reader called with correct params
Definition at line 55 of file PottsMeshReader.hpp.
std::vector<unsigned> PottsElementData::NodeIndices |
Vector of Node indices owned by the element.
Definition at line 52 of file PottsMeshReader.hpp.
std::vector<bool> PottsElementData::Orientations |
Vector of face orientations (only used in 3D).
Definition at line 53 of file PottsMeshReader.hpp.