#include <struct.h>
Public Attributes | |
idx_t | gv |
idx_t | ned |
idx_t | pid |
This data structure stores volume-based k-way refinement info about an adjacent subdomain for a given vertex.
Definition at line 47 of file libmetis/struct.h.
idx_t vnbr_t::gv |
The gain in volume achieved by moving the vertex to pid
Definition at line 51 of file libmetis/struct.h.
idx_t vnbr_t::ned |
The number of the adjacent edges that are incident on pid
Definition at line 49 of file libmetis/struct.h.
idx_t vnbr_t::pid |
The partition ID
Definition at line 48 of file libmetis/struct.h.