|
hp2FEM
0.1
|
#include <struct.h>
Public Attributes | |
| idx_t | nid |
| idx_t | ned |
| idx_t | gv |
| idx_t | nnbrs |
| idx_t | inbr |
The following data structure holds information on degrees for k-way vol-based partition
| idx_t vkrinfo_t::gv |
The volume gain of moving that vertex
| idx_t vkrinfo_t::inbr |
The index in the vnbr_t array where the nnbrs list of neighbors is stored
| idx_t vkrinfo_t::ned |
The total external degree of a vertex (count of edges)
| idx_t vkrinfo_t::nid |
The internal degree of a vertex (count of edges)
| idx_t vkrinfo_t::nnbrs |
The number of neighboring subdomains
1.7.6.1