Modules | |
| Internal functions for Metis Partitioning Module | |
Compounds | |
| class | MetisPartitioning |
| Partition a grid using the Metis library. More... | |
Functions | |
| template<class GRID> void | write_metis_cell_graph (GRID const &G, std::ostream &out) |
| Write a grid in Metis graph format, where cells correspond to graph nodes and facets to graph edges. More... | |
| template<class GRID, class FACETFCT> void | write_metis_cell_graph_edge_weights (GRID const &G, FACETFCT const &weights, std::ostream &out) |
| Write a grid in Metis graph format, where cells correspond to graph nodes and facets to graph edges. More... | |
| template<class GRID> int | write_metis_mesh (GRID const &G, std::ostream &out) |
| Write a grid in Metis mesh format. More... | |
The most important and convenient class in this module is MetisPartitioning.
|
||||||||||||||||
|
Write a grid in Metis graph format, where cells correspond to graph nodes and facets to graph edges.
Definition at line 10 of file grid-to-metis.C. |
|
||||||||||||||||||||
|
Write a grid in Metis graph format, where cells correspond to graph nodes and facets to graph edges. This function also writes weights on edges.
Definition at line 46 of file grid-to-metis.C. |
|
||||||||||||||||
|
Write a grid in Metis mesh format. G must consist entirely of triangles OR entirely of quads. Else use write_metis_graph.
Definition at line 83 of file grid-to-metis.C. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000