hydromodpy.spatial.mesh.gmsh_grid.cases.review_cases#

Iteratively run the visual Gmsh example cases for manual review.

Each selected case is executed via its Python entrypoint with blocking figure display enabled. The script waits for the user to close the current figure window(s) before moving to the next case, which makes a visual walkthrough of the examples straightforward.

Functions

available_case_review_names()

list_case_reviews(*[, printer])

main([argv])

resolve_case_review_specs([case_names])

run_case_reviews([case_names, printer])

Classes

CaseReviewSpec(name, description, runner)

Describe one visual example case available for manual review.