Mildly stretched grid vs uniform#
validated · 2026-08-28
This case checks the implementation against an analytical identity, convergence property, or independent physics invariant. The originating Tidy3D example is AutoGrid.ipynb, pinned at commit c37c785d52e9.
Computational domain and absorbing-boundary schematic.#
What is exercised#
Upstream solver/tests/simulation/physics/test_nonuniform_grid.py
This case runs at its declared full benchmark resolution (resolution factor 1.0).
Recorded result#
Metric |
Observed / error |
Reference / limit |
Error |
Effective budget |
Result |
|---|---|---|---|---|---|
|
0 |
0 |
0 |
— |
PASS |
The table is rendered from progress.json; it is not a hand-written success claim. For metrics that report an error directly, the “observed” column repeats that error and the reference column is the acceptance threshold.
Reproduce#
uv run fdtdx-bench run --case analytical_nonuniform_grid
Implementation and provenance: benchmarks/cases/analytical_nonuniform_grid/case.yaml, benchmarks/cases/analytical_nonuniform_grid/run.py.