#include <struct.h>
Public Attributes | |
idx_t | ed |
idx_t | pid |
This data structure stores cut-based k-way refinement info about an adjacent subdomain for a given vertex.
Definition at line 23 of file libmetis/struct.h.
idx_t cnbr_t::ed |
The sum of the weights of the adjacent edges that are incident on pid
Definition at line 25 of file libmetis/struct.h.
idx_t cnbr_t::pid |
The partition ID
Definition at line 24 of file libmetis/struct.h.