
#include <adapt_adj.h>

Public Member Functions | |
| adjNode () | |
| ~adjNode () | |
Data Fields | |
| int * | sharedWithPartition |
| int * | sharedWithLocalIdx |
| int | numSharedPartitions |
| int | adjElemCount |
| adjElem * | adjElemList |
Definition at line 120 of file adapt_adj.h.
| adjNode::adjNode | ( | ) | [inline] |
Definition at line 132 of file adapt_adj.h.
References adjElemCount, adjElemList, adjElem::elemID, adjElem::next, numSharedPartitions, and sharedWithPartition.
| adjNode::~adjNode | ( | ) | [inline] |
Definition at line 141 of file adapt_adj.h.
Definition at line 122 of file adapt_adj.h.
Referenced by addSharedNodeData(), adjNode(), CreateAdaptAdjacencies(), and makeAdjacencyRequests().
Definition at line 125 of file adapt_adj.h.
Referenced by addSharedNodeData(), and CreateAdaptAdjacencies().
Definition at line 127 of file adapt_adj.h.
Referenced by addSharedNodeData(), adjNode(), and makeAdjacencyRequests().
Definition at line 131 of file adapt_adj.h.
Referenced by addElementNodeSetData(), adjNode(), CreateAdaptAdjacencies(), fillLocalAdaptAdjacencies(), makeAdjacencyRequests(), and replyAdjacencyRequests().
1.5.5