mt-Metis
coarsen.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_COARSEN_H
14 #define MTMETIS_COARSEN_H
15 
16 
17 
18 
19 #include "ctrl.h"
20 #include "graph.h"
21 
22 
23 
24 
25 /******************************************************************************
26 * PARALLEL FUNCTION PROTOTYPES ************************************************
27 ******************************************************************************/
28 
29 
30 #define par_coarsen_graph MTMETIS_par_coarsen_graph
31 
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
graph_type * par_coarsen_graph(ctrl_type *ctrl, graph_type *graph)
Coarsen a graph.
Definition: coarsen.c:32
Definition: ctrl.h:48
Types and functions for distributed graph objects.