hydromodpy.spatial.field.cases.review_cases#

Sequential visual review launcher for the pedagogical field/cases examples.

The goal is the same as for gmsh_grid/cases/review_cases.py: run a small set of representative examples one after another, keep the figure display blocking, and wait for the user to close the current window before moving to the next example.

For now the review set is built from the square-domain examples, with a few controlled variations of mesh type and field heterogeneity. This keeps the launcher lightweight while still giving a quick visual tour of the current field/cases capabilities.

Run with:

python -m hydromodpy.spatial.field.cases.review_cases

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 field/cases example available for manual review.