/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
//! Core CFD trait seams: `FluidTheory` (a Navier–Stokes regime), `Marcher`
//! (a per-step advance), and the solver/coupling traits the CfdFlow DSL composes.
pub use CfdScalar;
pub use FluidTheory;
pub use ;
pub use Marcher;
pub use MetricProvider;
pub use MetricProvider3d;
pub use Solver;