Skip to content

v0.0.2

Choose a tag to compare

@jrweinmeister jrweinmeister released this 02 Apr 21:16
· 5 commits to main since this release
d5a382c

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:

Full Changelog: v0.0.1...v0.0.2