#include <struct.h>
Public Attributes | |
idx_t | ed |
idx_t | id |
idx_t | inbr |
idx_t | nnbrs |
The following data structure stores holds information on degrees for k-way partition
Definition at line 34 of file libmetis/struct.h.
idx_t ckrinfo_t::ed |
The total external degree of a vertex
Definition at line 36 of file libmetis/struct.h.
idx_t ckrinfo_t::id |
The internal degree of a vertex (sum of weights)
Definition at line 35 of file libmetis/struct.h.
idx_t ckrinfo_t::inbr |
The index in the cnbr_t array where the nnbrs list of neighbors is stored
Definition at line 38 of file libmetis/struct.h.
idx_t ckrinfo_t::nnbrs |
The number of neighboring subdomains
Definition at line 37 of file libmetis/struct.h.