mt-Metis
order.h
Go to the documentation of this file.
1 
15 #ifndef MTMETIS_ORDER_H
16 #define MTMETIS_ORDER_H
17 
18 
19 
20 
21 #include "base.h"
22 #include "ctrl.h"
23 #include "graph.h"
24 
25 
26 
27 
28 
29 /******************************************************************************
30 * FUNCTION PROTOTYPES *********************************************************
31 ******************************************************************************/
32 
33 
41 void par_order_nd(
42  ctrl_type * ctrl,
43  graph_type * graph,
44  pid_type ** perm);
45 
46 
47 
48 
49 #endif
Type and function prototypes for the ctrl structure.
Definition: graph.h:38
Definition: ctrl.h:48
void par_order_nd(ctrl_type *ctrl, graph_type *graph, pid_type **perm)
Create a permutation of a graph using nested dissection.
Definition: order.c:212
Types and functions for distributed graph objects.
Base types etc.