mt-Metis
refine.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_REIFNE_H
14 #define MTMETIS_REFINE_H
15 
16 
17 
18 
19 #include "ctrl.h"
20 #include "graph.h"
21 
22 
23 
24 
25 /******************************************************************************
26 * FUNCTION PROTOTYPES *********************************************************
27 ******************************************************************************/
28 
29 
30 #define par_refine_graph MTMETIS_par_refine_graph
31 
39 vtx_type par_refine_graph(
40  ctrl_type * ctrl,
41  graph_type * graph);
42 
43 
44 
45 
46 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
vtx_type par_refine_graph(ctrl_type *ctrl, graph_type *graph)
Refine the partition of a graph.
Definition: refine.c:439
Types and functions for distributed graph objects.