Expand description
Graph partitioning utilities for structured multi-block grids.
The partition_from_face_matches function requires the metis-partition Cargo feature.
Structs§
- Block
Graph - Adjacency and edge-weight data for a block graph.
- CsrGraph
- CSR (Compressed Sparse Row) representation of a block graph.
Enums§
- Weight
Aggregate - Strategy for combining weights when multiple faces connect the same pair of blocks.
Functions§
- build_
weighted_ graph_ from_ face_ matches - Build a weighted graph from face-match data.
- csr_
from_ block_ graph - Convert a
BlockGraphto CSR arrays suitable for METIS. - write_
ddcmp - Write ddcmp.dat and ddcmp_info.txt files for domain decomposition.