Skip to main content

Module graph

Module graph 

Source
Expand description

Graph partitioning utilities for structured multi-block grids.

The partition_from_face_matches function requires the metis-partition Cargo feature.

Structs§

BlockGraph
Adjacency and edge-weight data for a block graph.
CsrGraph
CSR (Compressed Sparse Row) representation of a block graph.

Enums§

WeightAggregate
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 BlockGraph to CSR arrays suitable for METIS.
write_ddcmp
Write ddcmp.dat and ddcmp_info.txt files for domain decomposition.