#include <struct.h>
Data Fields | |
idx_t | ne |
idx_t | nn |
idx_t | ncon |
idx_t * | eptr |
idx_t * | eind |
idx_t * | ewgt |
Definition at line 126 of file struct.h.
Definition at line 127 of file struct.h.
Referenced by M2GPrintInfo(), main(), MPPrintInfo(), and ReadMesh().
The # of elements and nodes in the mesh
Definition at line 127 of file struct.h.
Referenced by M2GPrintInfo(), main(), MPPrintInfo(), and ReadMesh().
The number of element balancing constraints (element weights)
Definition at line 128 of file struct.h.
Referenced by main(), MPPrintInfo(), and ReadMesh().
The CSR-structure storing the nodes in the elements
Definition at line 130 of file struct.h.
Referenced by FreeMesh(), main(), and ReadMesh().
The weights of the elements
Definition at line 131 of file struct.h.
Referenced by FreeMesh(), main(), and ReadMesh().