Go to Overview over all GrAL packages.
Main Page   Modules   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Gral/Partitioning/internal/grid-to-metis.C File Reference

#include "Gral/Partitioning/grid-to-metis.h"
#include "Gral/Base/common-grid-basics.h"

Include dependency graph for grid-to-metis.C:

Include dependency graph

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...


Copyright (c) Guntram Berti 1997-2002. See the GrAL Homepage for up-to-date information.

Generated at Tue Feb 26 16:08:00 2002 for GrAL Partitioning Components by doxygen 1.2.11-20011104 written by Dimitri van Heesch, © 1997-2000