convergence-study
Installation
SKILL.md
Convergence Study
Goal
Provide script-driven convergence analysis for verifying that numerical solutions converge at the expected rate as the mesh or timestep is refined.
Requirements
- Python 3.10+
- No third-party packages — scripts use only the Python standard library (
math).