hp2FEM
0.1
|
#include <struct.h>
Public Attributes | |
idx_t | ne |
idx_t | nn |
idx_t | ncon |
idx_t * | eptr |
idx_t * | eind |
idx_t * | ewgt |
This data structure holds a mesh
idx_t * mesh_t::eind |
The CSR-structure storing the nodes in the elements
idx_t* mesh_t::ewgt |
The weights of the elements
idx_t mesh_t::ncon |
The number of element balancing constraints (element weights)
idx_t mesh_t::nn |
The # of elements and nodes in the mesh