mt-Metis
vseprefine.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_VSEPREFINE_H
14 #define MTMETIS_VSEPREFINE_H
15 
16 
17 
18 
19 #include "base.h"
20 #include "graph.h"
21 #include "ctrl.h"
22 #include "vsinfo.h"
23 
24 
25 
26 
27 /******************************************************************************
28 * FUNCTION PROTOTYPES *********************************************************
29 ******************************************************************************/
30 
31 
32 #define par_vseprefine MTMETIS_par_vseprefine
33 
42 vtx_type par_vseprefine(
43  ctrl_type * const ctrl,
44  graph_type * const graph,
45  vsinfo_type * vsinfo);
46 
47 
48 
49 
50 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
Types and functions for distributed graph objects.
Base types etc.
Tupes and function prototypes for vertex separator info.
vtx_type par_vseprefine(ctrl_type *const ctrl, graph_type *const graph, vsinfo_type *vsinfo)
Parallel vertex separator refinement.
Definition: vseprefine.c:2457
Definition: vsinfo.h:37