Compounds | |
| class | metis_options |
| Data structure for using Metis partitioning routines with different options. More... | |
Functions | |
| template<class GRID> int | metis_cell_graph_size_of_xadj (GRID const &G) |
| Calculate the size for Metis vector xadj. More... | |
| template<class GRID> int | metis_cell_graph_size_of_adjncy (GRID const &G) |
| Calculate the size for Metis vector adjncy. More... | |
| template<class GRID> void | metis_cell_graph_format (GRID const &G, int *xadj, int *vwgt, int *adjncy, int *adjwgt) |
| Copy the grid into Metis mesh vectors xadj and adjncy. More... | |
| void | metis_partGraphRecursive (int n, int *xadj, int *adjncy, int *vwgt, int *adjwgt, int wgtflag, int numflag, int nparts, int *opt, int edgecut, int *part) |
| Wrapper for Metis graph partitioning routines. More... | |
|
||||||||||
|
Calculate the size for Metis vector xadj.
Definition at line 119 of file grid-to-metis.C. |
|
||||||||||
|
Calculate the size for Metis vector adjncy.
Definition at line 122 of file grid-to-metis.C. |
|
||||||||||||||||||||||||||||
|
Copy the grid into Metis mesh vectors xadj and adjncy. Cells correspond to graph vertices, and facets to graph edges.
Definition at line 148 of file grid-to-metis.C. |
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Wrapper for Metis graph partitioning routines.
Definition at line 13 of file metis-wrap.C. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000