hydromodpy.spatial.mesh.gmsh_grid.zone_meshing.conformal#
Generate 2D planar meshes that follow polygonal zone boundaries exactly.
This module exposes the high-level entry points. The heavy lifting is delegated to:
_geometry_cleaning- Shapely geometry validation, cleaning, partitioning_gmsh_driver- Gmsh Python API helpers (rings, polylines, refinement)
Functions
|
Build one clean planar partition from one GeoDataFrame of polygon zones. |
|
Generate one conformal planar mesh from polygon zones. |
|
Load one vector geology source and generate a conformal planar mesh. |