#include <struct.h>
| Public Attributes | |
| idx_t * | eind | 
| idx_t * | eptr | 
| idx_t * | ewgt | 
| idx_t | ncon | 
| idx_t | ne | 
| idx_t | nn | 
This data structure holds a mesh
Definition at line 126 of file libmetis/struct.h.
| idx_t * mesh_t::eind | 
The CSR-structure storing the nodes in the elements
Definition at line 130 of file libmetis/struct.h.
| idx_t* mesh_t::eptr | 
Definition at line 130 of file libmetis/struct.h.
| idx_t* mesh_t::ewgt | 
The weights of the elements
Definition at line 131 of file libmetis/struct.h.
| idx_t mesh_t::ncon | 
The number of element balancing constraints (element weights)
Definition at line 128 of file libmetis/struct.h.
| idx_t mesh_t::ne | 
Definition at line 127 of file libmetis/struct.h.
| idx_t mesh_t::nn | 
The # of elements and nodes in the mesh
Definition at line 127 of file libmetis/struct.h.