mt-Metis
|
Functions for coarsening. More...
Go to the source code of this file.
Macros | |
#define | par_aggregate_graph MTMETIS_par_aggregate_graph |
Functions | |
vtx_type | par_aggregate_graph (ctrl_type *ctrl, graph_type *graph, vtx_type *const *gmatch, vtx_type *fcmap) |
Aggregate the vertices of a graph together for coarsening. More... | |
Functions for coarsening.
vtx_type par_aggregate_graph | ( | ctrl_type * | ctrl, |
graph_type * | graph, | ||
vtx_type *const * | gmatch, | ||
vtx_type * | fcmap | ||
) |
Aggregate the vertices of a graph together for coarsening.
ctrl | The control containing aggregation parameters. |
graph | The graph to aggeragate. |
gmatch | The global matching/clustering array. |
fcmap | The first-vertex coarse map. |