nutofem / nuto

NuTo - yet another finite element library
https://nuto.readthedocs.io
Boost Software License 1.0
17 stars 5 forks source link

Fix bug in Mesh.NodeAtCoordinate #176

Closed pmueller2 closed 6 years ago

pmueller2 commented 6 years ago

Nodes are now found when within prescribed tolerance. (the Eigen isMuchSmallerThan method is used elsewhere correctly).

codecov[bot] commented 6 years ago

Codecov Report

Merging #176 into PDE_reviewed will increase coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #176      +/-   ##
================================================
+ Coverage         81.06%   81.06%   +<.01%     
================================================
  Files               225      225              
  Lines              7297     7299       +2     
================================================
+ Hits               5915     5917       +2     
  Misses             1382     1382
Impacted Files Coverage Δ
src/mechanics/mesh/MeshFem.cpp 100% <100%> (ø) :arrow_up:
test/mechanics/mesh/MeshFem.cpp 97.91% <100%> (+0.04%) :arrow_up:

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 82e423c...89aadf3. Read the comment docs.