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