mt-Metis
project.h
Go to the documentation of this file.
1 
13 #ifndef PROJECT_H
14 #define PROJECT_H
15 
16 
17 
18 
19 #include "kwinfo.h"
20 #include "vsinfo.h"
21 #include "esinfo.h"
22 #include "check.h"
23 
24 
25 
26 
27 
28 /******************************************************************************
29 * FUNCTION PROTOTYPES *********************************************************
30 ******************************************************************************/
31 
32 
33 #define par_project_graph MTMETIS_par_project_graph
34 
41  ctrl_type * ctrl,
42  graph_type * graph);
43 
44 
45 
46 
47 #endif
48 
49 
Function prototypes for sanity checks.
Definition: graph.h:38
Definition: ctrl.h:48
Types and function for uncoarsening information.
Types and function prototypes for edge separator refinement information.
Tupes and function prototypes for vertex separator info.
void par_project_graph(ctrl_type *ctrl, graph_type *graph)
Project a partitioning from a coarse graph to a fine graph.
Definition: project.c:417