/*
* SPDX-License-Identifier: MIT
* Copyright (c) 2023 - 2026. The DeepCausality Authors and Contributors. All Rights Reserved.
*/
//! The Stage-4 uncertain-inflow zone (CFD Group C): the first `MaybeUncertain` data zone.
//!
//! A sensor-fed inflow boundary patch composed into a `CausalFlow` time march. The solver stays
//! stateless — the monad carries the state and the dropout intervention; the uncertain types
//! never reach the solver core (design D6/D10). See [`inflow_march`] for the march mechanics and
//! [`UncertainInflowZone`] for the configuration.
pub
pub
pub
pub
pub use DropoutVerbosity;
pub use ;
pub use UncertainBoundarySource;
pub use UncertainInflowZone;