mt-Metis
Main Page
Classes
Files
File List
File Members
src
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
ctrl.h
Type and function prototypes for the ctrl structure.
graph_type
Definition:
graph.h:38
ctrl_type
Definition:
ctrl.h:48
par_order_nd
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
graph.h
Types and functions for distributed graph objects.
base.h
Base types etc.
Generated on Sun Aug 14 2016 12:39:51 for mt-Metis by
1.8.11