1//! Backward-compatible re-export of the finite difference solver.
2//!
3//! The implementation has moved to [`super::finite_difference`]. This module
4//! re-exports all public items so that existing `use` paths continue to work.
56pub use super::finite_difference::solver::*;