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