v0.0.2
What's Changed
Primary change is a bug fix in the GCI uncertainty calculation. Previously, the GCI was computed using a relative error measure corrected for mesh spacing following the original work of Patrick Roache. This method, however, fails for regression fits like a least squares method where the relative error between any two meshes does not follow the overall model closely. Instead, the estimated error can be used.
Commit summary:
- add readthedocs yaml by @jrweinmeister in #1
- add pip for autodoc via tutorial by @jrweinmeister in #2
- updated README by @jrweinmeister in #4
- 13 fix uncertainty calculation for gci by @jrweinmeister in #14
Full Changelog: v0.0.1...v0.0.2