mt-Metis
uncoarsen.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_UNCOARSEN_H
14 #define MTMETIS_UNCOARSEN_H
15 
16 
17 
18 
19 #include "graph.h"
20 #include "ctrl.h"
21 
22 
23 
24 
25 /******************************************************************************
26 * FUNCTION PROTOTYPES *********************************************************
27 ******************************************************************************/
28 
29 
30 #define par_uncoarsen_graph MTMETIS_par_uncoarsen_graph
31 
38  ctrl_type * ctrl,
39  graph_type * graph);
40 
41 
42 
43 
44 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
void par_uncoarsen_graph(ctrl_type *ctrl, graph_type *graph)
Uncoarsen a partitioning on a graph (from graph->coarser to graph).
Definition: uncoarsen.c:31
Types and functions for distributed graph objects.