hydromodpy.solver.boussinesq.drivers.state#

Helpers to build Boussinesq runtime state from steady/transient solve traces.

Functions

build_steady_runtime_state(*, mesh, head_m, ...)

Build one normalized state from one accepted steady solve.

build_transient_activity_flags(*, ...[, ...])

Return one compact activity-flag mapping for runtime summaries.

Classes

TransientRuntimeHistory([head_history, ...])

Accumulate one transient run history before exporting the accepted state.