14 #ifndef MTMETIS_INITPART_H 15 #define MTMETIS_INITPART_H 32 #define par_initpart_cut MTMETIS_par_initpart_cut 46 #define par_initpart_vsep MTMETIS_par_initpart_vsep Type and function prototypes for the ctrl structure.
wgt_type par_initpart_vsep(ctrl_type *ctrl, graph_type *graph)
Create a small vertex separator of a coarsened graph.
Definition: initpart.c:109
Types and functions for distributed graph objects.
wgt_type par_initpart_cut(ctrl_type *ctrl, graph_type *graph)
Create a cut partitioning of a coarsened graph.
Definition: initpart.c:30