mt-Metis
Macros | Functions
refine.h File Reference

Refinement functions. More...

#include "ctrl.h"
#include "graph.h"

Go to the source code of this file.

Macros

#define MTMETIS_REFINE_H
 
#define par_refine_graph   MTMETIS_par_refine_graph
 

Functions

vtx_type par_refine_graph (ctrl_type *ctrl, graph_type *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.