mt-Metis
kwayrefine.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_KWAYREFINE_H
14 #define MTMETIS_KWAYREFINE_H
15 
16 
17 
18 
19 #include "base.h"
20 #include "graph.h"
21 #include "ctrl.h"
22 #include "kwinfo.h"
23 
24 
25 
26 
27 /******************************************************************************
28 * FUNCTION PROTOTYPES *********************************************************
29 ******************************************************************************/
30 
31 
32 #define par_kwawyrefine MTMETIS_par_kwayrefine
33 
42 vtx_type par_kwayrefine(
43  ctrl_type * const ctrl,
44  graph_type * const graph,
45  kwinfo_type * kwinfo);
46 
47 
48 
49 
50 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
vtx_type par_kwayrefine(ctrl_type *const ctrl, graph_type *const graph, kwinfo_type *kwinfo)
Parallel kway-refinement.
Definition: kwayrefine.c:1725
Types and functions for distributed graph objects.
Base types etc.
Types and function for uncoarsening information.
Definition: kwinfo.h:45