hydromodpy.spatial.mesh.gmsh_grid.exchange_api#
Expose the simplest public I/O API for the solver-independent Gmsh workflow.
This module is the entry point to use when a caller only needs to load or save 2D meshes, 3D extruded meshes, or 3D values attached to prisms. It deliberately hides the lower-level implementation modules so colleagues can work with a small and stable surface.
Functions
|
Read one extruded mesh and convert it directly to the generic |
|
Read one extruded 3D prism mesh from disk. |
|
Read one 3D prism mesh together with the scalar values attached to prisms. |
|
Read a |
|
Read one planar mesh and convert it directly to the generic |
|
Read one 2D planar mesh into the package-level mesh object. |
|
Write one extruded 3D prism mesh to disk. |
|
Write one valued 3D prism mesh to disk. |
|
Write the canonical |
|
Write a compact JSON summary of attached 3D prism values. |
|
Write a |
|
Write one planar mesh through the stable package I/O surface. |