nutofem / nuto

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

Pde gmsh add2nd order lobatto #229

Closed pmueller2 closed 6 years ago

pmueller2 commented 6 years ago

2nd order elements Quad and Hex/Brick (no serendipity). Some node reordering Gmsh <-> NuTo had to be done. And an unrelated small fix for Jacobian.GetNormal slipped in.

codecov[bot] commented 6 years ago

Codecov Report

Merging #229 into PDE_reviewed will increase coverage by 0.09%. The diff coverage is 94.44%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #229      +/-   ##
================================================
+ Coverage         84.23%   84.33%   +0.09%     
================================================
  Files               295      295              
  Lines             10653    10669      +16     
================================================
+ Hits               8974     8998      +24     
+ Misses             1679     1671       -8
Flag Coverage Δ
#integrationtests 62.39% <0%> (-0.11%) :arrow_down:
#unittests 87.74% <94.44%> (+0.13%) :arrow_up:
Impacted Files Coverage Δ
test/mechanics/mesh/MeshGmsh.cpp 100% <100%> (ø) :arrow_up:
nuto/mechanics/cell/Jacobian.h 94.82% <100%> (ø) :arrow_up:
nuto/mechanics/mesh/MeshGmsh.cpp 97.07% <92.3%> (+0.15%) :arrow_up:
...mechanics/interpolation/InterpolationQuadLobatto.h 100% <0%> (+26.66%) :arrow_up:
...echanics/interpolation/InterpolationBrickLobatto.h 100% <0%> (+26.66%) :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 4286873...ebacd07. Read the comment docs.