Merge r8c-3d-interface (R8/R7 phase 1; default-off, verified)

Co-Authored-By: Claude Opus 5.5 (1M context) <[email protected]>
This commit is contained in:
Omar Sobh
2026-09-25 21:13:06 -05:00
co-authored by Claude Opus 5.5
9 changed files with 1654 additions and 56 deletions
@@ -16,8 +16,10 @@ pub mod export_vtk;
pub mod field;
pub mod grid;
pub mod impose;
pub mod interface;
pub mod loads;
pub mod maskupdate;
pub mod plate;
pub mod poisson;
pub mod reconstruct;
pub mod step;
@@ -28,6 +30,8 @@ pub use cut::CutGeometry;
pub use export_vtk::write_vtk;
pub use field::Field;
pub use grid::Grid;
pub use interface::{FAR_OUTSIDE, HexPlate, LoadKind, PlateTransfer, WallLoad};
pub use loads::SurfaceForce;
pub use plate::PlateSurface;
pub use step::{Boundaries, Fluid, Parameters, Side, Solver, StepResult};
pub use wall::{FaceKind, Mask, WallScheme};