marcinlos / iga-ads

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

Fix relative error being multiplied by 100 two times #61

Closed marcinlos closed 3 years ago

marcinlos commented 3 years ago

This makes the relative_error return a number in range [0, 1] and fixes inappropriate usage in multistep3d.

Closes #60

codecov[bot] commented 3 years ago

Codecov Report

Merging #61 (d387ed0) into develop (21e69d1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #61   +/-   ##
========================================
  Coverage    35.66%   35.66%           
========================================
  Files           43       43           
  Lines         1203     1203           
========================================
  Hits           429      429           
  Misses         774      774           
Impacted Files Coverage Δ
include/ads/simulation/basic_simulation_2d.hpp 0.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 21e69d1...d387ed0. Read the comment docs.