#include <ParFUM_Iterators.h>
Data Fields | |
int | current_index |
which elem do we next supply | |
int | numAdjElem |
How many elements are adjacent to the node. | |
MeshModel * | model |
long | node |
The node we are iterating around. |
Definition at line 134 of file ParFUM_Iterators.h.
which elem do we next supply
Definition at line 137 of file ParFUM_Iterators.h.
Referenced by meshModel_CreateNodeElemItr(), meshNodeElemItr_GetCurr(), meshNodeElemItr_IsValid(), and meshNodeElemItr_Next().
How many elements are adjacent to the node.
Definition at line 139 of file ParFUM_Iterators.h.
Referenced by meshModel_CreateNodeElemItr(), and meshNodeElemItr_IsValid().
Definition at line 141 of file ParFUM_Iterators.h.
Referenced by meshModel_CreateNodeElemItr(), and meshNodeElemItr_GetCurr().
The node we are iterating around.
Definition at line 144 of file ParFUM_Iterators.h.
Referenced by meshModel_CreateNodeElemItr(), and meshNodeElemItr_GetCurr().