mt-Metis
contract.h
Go to the documentation of this file.
1 
13 #ifndef MTMETIS_CONTRACT_H
14 #define MTMETIS_CONTRACT_H
15 
16 
17 
18 #include "base.h"
19 #include "graph.h"
20 #include "ctrl.h"
21 
22 
23 
24 
25 /******************************************************************************
26 * FUNCTION PROTOTYPES *********************************************************
27 ******************************************************************************/
28 
29 
30 void par_contract_graph(
31  ctrl_type * ctrl,
32  graph_type * graph,
33  vtx_type mycnvtxs,
34  vtx_type const * const * gmatch,
35  vtx_type const * fcmap);
36 
37 
38 
39 
40 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
Types and functions for distributed graph objects.
Base types etc.