hydromodpy.spatial.mesh.gmsh_grid.extruded_mesh_visualization#
Lightweight 3D visualization helpers for extruded mesh values.
This module stays intentionally simple: it produces 2D layer maps and vertical profiles from ExtrudedPrismMeshWithValues, without introducing any 3D interactive viewer. That keeps the plotting layer separate from mesh storage and discretization while still providing practical QA figures.
Functions
|
Build a compact figure with one panel per selected layer. |
|
Return XY marker specs from 2D source-cell indices. |
|
Build a figure with one vertical profile subplot per selected source cell. |
|
Return a compact JSON-friendly summary of selected visual slices. |
|
Plot one 2D layer on a planar mesh with consistent axis formatting. |
|
Overlay labelled source-cell markers on a planar map. |
|
Select representative layer indices across the vertical extent. |
|
Select representative 2D source cells for vertical profiles. |
Classes
|
Typed summary of the selected slices used in QA figures. |
|
Typed marker description for one selected planar source cell. |
|
Compact JSON-friendly profile summary used by visualization sidecars. |