#include "Gral/Partitioning/grid-to-metis.h"#include "Gral/Base/common-grid-basics.h"Include dependency graph for grid-to-metis.C:

Go to the source code of this file.
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... | |
| 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... | |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000