hydromodpy.solver.modflow6.render#

MODFLOW 6 matplotlib overlays for native mesh PNG and runtime support overview.

Note: the runtime-support overview helpers in this module are retained for backward compatibility with the original modflow6.py surface. The canonical overlay rendering path used by post-processing lives in diagnostics.py.

Functions

export_runtime_support_overview(model, *, ...)

Write one diagnostic figure showing runtime gmsh supports used by the solver.

render_native_mesh_png(*, model, ...)

Write PNG figures for native mesh cell series.

support_cell_polygons(model, support, cell_ids)

Return XY polygons for one sequence of runtime support cell ids.

support_edge_segments(model, support, ...)

Return XY segments for one sequence of runtime support edge indices.

support_overlay_specs(model)

Return active runtime support selections to visualize on one overview figure.

well_overlay_specs(model)

Return resolved well locations suitable for diagnostic plotting.

windows_extended_length_path(path)

Return a Windows long-path spelling while keeping normal paths unchanged.