nutofem / nuto

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

Pde gradient damage improvements #216

Closed TTitscher closed 6 years ago

TTitscher commented 6 years ago

It might be annoying to review the GDM stuff. But this is what I am currently working on. And along the way, I find new features/enhancements/bugs where I conveniently use the GDM as a test. And, I think, the gradient damage model is nice to have.

codecov[bot] commented 6 years ago

Codecov Report

Merging #216 into PDE_reviewed will increase coverage by 0.18%. The diff coverage is 99.15%.

Impacted file tree graph

@@               Coverage Diff               @@
##           PDE_reviewed    #216      +/-   ##
===============================================
+ Coverage         67.82%     68%   +0.18%     
===============================================
  Files               312     312              
  Lines             12089   12176      +87     
===============================================
+ Hits               8199    8280      +81     
- Misses             3890    3896       +6
Flag Coverage Δ
#integrationtests 46.74% <94.89%> (+0.24%) :arrow_up:
#unittests 78.99% <75.43%> (+1.16%) :arrow_up:
Impacted Files Coverage Δ
src/mechanics/tools/AdaptiveSolve.cpp 96.42% <ø> (-0.13%) :arrow_down:
src/mechanics/tools/QuasistaticSolver.h 100% <ø> (ø) :arrow_up:
test/tools/BoostUnitTest.h 80% <0%> (ø) :arrow_up:
test/visualize/VoronoiGeometries.cpp 100% <100%> (ø) :arrow_up:
src/mechanics/dofs/GlobalDofVector.h 100% <100%> (ø) :arrow_up:
test/mechanics/dofs/GlobalDofVector.cpp 100% <100%> (ø) :arrow_up:
src/mechanics/dofs/DofNumbering.cpp 100% <100%> (ø) :arrow_up:
src/mechanics/integrands/GradientDamage.h 100% <100%> (ø) :arrow_up:
...rationtests/mechanics/StructuralGradientDamage.cpp 100% <100%> (ø)
src/mechanics/tools/QuasistaticSolver.cpp 93.1% <100%> (+0.99%) :arrow_up:
... and 10 more

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 6fc752d...f5250b0. Read the comment docs.