inciter::MESH_DATA struct

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

number of vertices that I own initially

ZOLTAN_ID_TYPE* inciter::MESH_DATA::vtxGID

global ID of these vertices

int inciter::MESH_DATA::numMyHEdges

number of my hyperedges

int inciter::MESH_DATA::numAllNbors

number of vertices in my hyperedges

ZOLTAN_ID_TYPE* inciter::MESH_DATA::edgeGID

global ID of each of my hyperedges

int* inciter::MESH_DATA::nborIndex

index into nborGID array of edge ids

ZOLTAN_ID_TYPE* inciter::MESH_DATA::nborGID

array of edge ids