hydromodpy.spatial.mesh.gmsh_grid.zone_meshing#
Expose the public API for zone-conformal meshing on top of Gmsh.
This package is intentionally organized in layers:
config.pyvalidates user-facing meshing parametersdomain.pyresolves support-domain geometriesconformal.pyorchestrates partitioning + Gmsh generationinternal helpers stay in
_geometry_cleaning.py,_gmsh_driver.pyand_refinement_policy.py
Import from here when you need the stable public entry points without pulling the whole internal layout into higher-level code.
Modules
Validate and normalize configuration for zone-conformal meshing workflows. |
|
Generate 2D planar meshes that follow polygonal zone boundaries exactly. |
|
Public data contracts for zone-conformal meshing. |
|
Public facade for support-domain parsing and loading. |
|
Low-level Shapely utilities shared by zone-meshing preprocessing. |