Refine Reference
Verify the accuracy of the reference solution and improve it if needed.
Steps
- •Read
compute_reference()inapp/run_benchmark.py - •Check current settings (grid refinement factor, time step factor)
- •Convergence test: compare results at different refinement levels
python
# Compare reference at 4x, 8x, 16x refinement
- •Report findings:
- •Estimated accuracy of the current reference
- •Recommended settings for higher accuracy
- •Trade-off with computation cost
- •If the user approves, update
compute_reference() - •Update HISTORY.md