marcinlos / iga-ads

Isogeometric Finite Element Method framework
MIT License
14 stars 8 forks source link

Fix `relative_error` being multiplied by 100 #60

Closed marcinlos closed 3 years ago

marcinlos commented 3 years ago

In ebb3c1fc418c71809be61e88a51b04c2d59aab5a relative_error was replaced with an implementation using other methods, but the value returned by the new version was to be interpreted as a percentage, as opposed to value in [0, 1] range.