mt-Metis
Macros | Functions
refine.c File Reference

Refinement functions. More...

#include "refine.h"
#include "kwayrefine.h"
#include "eseprefine.h"
#include "vseprefine.h"
#include "check.h"

Functions

vtx_type par_refine_graph (ctrl_type *const ctrl, graph_type *const graph)
 Refine the partition of a graph. More...
 

Detailed Description

Refinement functions.

Author
Dominique LaSalle lasal.nosp@m.le@c.nosp@m.s.umn.nosp@m..edu Copyright 2015, Regents of the University of Minnesota
Version
1
Date
2015-05-20

Function Documentation

vtx_type par_refine_graph ( ctrl_type ctrl,
graph_type graph 
)

Refine the partition of a graph.

Parameters
ctrlThe control structure with partitioning parameters.
graphThe graph to refine the partition on.
Returns
The number of vertices moved while refining the partition.