mt-Metis
|
Functions for creating a partition induced ordering (such as nested dissection). More...
Go to the source code of this file.
Functions | |
void | par_order_nd (ctrl_type *ctrl, graph_type *graph, pid_type **perm) |
Create a permutation of a graph using nested dissection. More... | |
Functions for creating a partition induced ordering (such as nested dissection).
void par_order_nd | ( | ctrl_type * | ctrl, |
graph_type * | graph, | ||
pid_type ** | perm | ||
) |
Create a permutation of a graph using nested dissection.
ctrl | The control structure specifying parameters. |
graph | The graph to order. |
perm | The permutation vector (output, but pre-allocated). |