EarthSciDiscretizations

Catalog of declarative discretization rules and grid families used by ESD.

EarthSciDiscretizations catalog

This catalog browser is auto-generated from the rule files under discretizations/ and the grid family sources under src/grids/. It answers “what rules and grids exist.” To learn how to use ESD — going from a PDE to a solved ODEProblem with build_ode_problem, the grid constructors, and the operator vocabulary — see the Guide (start with Getting started: solve a PDE).

Each grid family page describes the topology of a supported grid (connectivity, coordinates, metric tensor) and shows a visualization of a typical configuration. Each rule page renders the stencil pattern and coefficient diagram, plus a convergence plot for rules whose Layer-B fixtures are currently producing.

The source of truth is the rule file (JSON) and the grid trait implementation (Julia). Drop a new rule under discretizations/<family>/ and CI regenerates this catalog.