Expand description
This crate provides a thin but idiomatic API around libmetis.
See Graph
for a usage example.
Modules§
- Fine-tuning parameter types.
Structs§
- The dual of a mesh.
- Builder structure to set up a graph partition computation.
- Error raised when the graph data fed to
Graph::new
cannot be safely passed to METIS. - Error raised when the mesh data fed to
Mesh::new
cannot be safely passed to METIS. - Builder structure to set up a mesh partition computation.
Enums§
- Error type returned by METIS.
- Error type returned by
Graph::new
. - Error type returned by
Mesh::new
.
Constants§
- The length of the
options
array.
Functions§
- Generate the dual graph of a mesh.
Type Aliases§
- The result of a partitioning.