struct
#include <src/Partition/ZoltanGeom.cpp>
MESH_DATA Zoltan mesh data structure.
Public variables
- int numMyVertices
- number of vertices that I own initially
- ZOLTAN_ID_TYPE* vtxGID
- global ID of these vertices
- int numMyHEdges
- number of my hyperedges
- int numAllNbors
- number of vertices in my hyperedges
- ZOLTAN_ID_TYPE* edgeGID
- global ID of each of my hyperedges
- int* nborIndex
- index into nborGID array of edge ids
- ZOLTAN_ID_TYPE* nborGID
- array of edge ids
Variable documentation
int inciter:: MESH_DATA:: numMyVertices
#include <src/Partition/ZoltanGraph.cpp>
number of vertices that I own initially
ZOLTAN_ID_TYPE* inciter:: MESH_DATA:: vtxGID
#include <src/Partition/ZoltanGraph.cpp>
global ID of these vertices
int inciter:: MESH_DATA:: numMyHEdges
#include <src/Partition/ZoltanGraph.cpp>
number of my hyperedges
int inciter:: MESH_DATA:: numAllNbors
#include <src/Partition/ZoltanGraph.cpp>
number of vertices in my hyperedges
ZOLTAN_ID_TYPE* inciter:: MESH_DATA:: edgeGID
#include <src/Partition/ZoltanGraph.cpp>
global ID of each of my hyperedges
int* inciter:: MESH_DATA:: nborIndex
#include <src/Partition/ZoltanGraph.cpp>
index into nborGID array of edge ids
ZOLTAN_ID_TYPE* inciter:: MESH_DATA:: nborGID
#include <src/Partition/ZoltanGraph.cpp>
array of edge ids