Expand description
Translational periodicity detection for structured multi-block grids.
Identifies periodic face pairs along a translational axis (x, y, or z).
The algorithm uses find_bounding_faces to collect faces on the min/max
extremes of the specified axis, then matches them using
full_face_match_transformed with a translation offset.
While there is not yet a dedicated Rust integration test, the tests/test_rotational_periodicity.rs
fixture demonstrates the expected data flow for the periodicity modules and should be referenced
when extending this module. Run cargo doc --open to view these notes alongside the generated API
documentation.
Functionsยง
- translational_
periodicity - Detect translational periodicity along an axis. Discover translational periodicity along a chosen axis.