mt-Metis
Macros | Functions
eseprefine.h File Reference

Functions for refining edge bisections. More...

#include "base.h"
#include "graph.h"
#include "ctrl.h"
#include "esinfo.h"

Go to the source code of this file.

Macros

#define par_eseprefine   MTMETIS_par_eseprefine
 

Functions

vtx_type par_eseprefine (ctrl_type *ctrl, graph_type *graph, esinfo_type *esinfo)
 Refine an edge separator using the parameters specified in ctrl. More...
 

Detailed Description

Functions for refining edge bisections.

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-02-26

Function Documentation

vtx_type par_eseprefine ( ctrl_type ctrl,
graph_type graph,
esinfo_type esinfo 
)

Refine an edge separator using the parameters specified in ctrl.

Parameters
ctrlThe control structure specifying refinemnet parameters.
graphThe partitioned graph.
esinfoThe edge separator refinement information.
Returns
The number of vertices moved during refinement.