mt-Metis
eseprefine.h
Go to the documentation of this file.
1 
14 #ifndef MTMETIS_ESEPREFINE_H
15 #define MTMETIS_ESEPREFINE_H
16 
17 
18 
19 
20 #include "base.h"
21 #include "graph.h"
22 #include "ctrl.h"
23 #include "esinfo.h"
24 
25 
26 
27 
28 /******************************************************************************
29 * FUNCTION PROTOTYPES *********************************************************
30 ******************************************************************************/
31 
32 
33 #define par_eseprefine MTMETIS_par_eseprefine
34 
43 vtx_type par_eseprefine(
44  ctrl_type * ctrl,
45  graph_type * graph,
46  esinfo_type * esinfo);
47 
48 
49 
50 
51 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
Definition: esinfo.h:39
Types and functions for distributed graph objects.
vtx_type par_eseprefine(ctrl_type *ctrl, graph_type *graph, esinfo_type *esinfo)
Refine an edge separator using the parameters specified in ctrl.
Definition: eseprefine.c:1060
Base types etc.
Types and function prototypes for edge separator refinement information.