nutofem / nuto

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

Pde softening material #235

Closed TTitscher closed 6 years ago

TTitscher commented 6 years ago

Basically solves #232.

codecov[bot] commented 6 years ago

Codecov Report

Merging #235 into PDE_reviewed will increase coverage by 0.02%. The diff coverage is 98.97%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #235      +/-   ##
================================================
+ Coverage         84.41%   84.43%   +0.02%     
================================================
  Files               295      296       +1     
  Lines             10735    10749      +14     
================================================
+ Hits               9062     9076      +14     
  Misses             1673     1673
Flag Coverage Δ
#integrationtests 62.33% <100%> (-0.05%) :arrow_down:
#unittests 87.89% <98.66%> (+0.05%) :arrow_up:
Impacted Files Coverage Δ
...ics/constitutive/damageLaws/DamageLawNoSoftening.h 100% <ø> (ø) :arrow_up:
...ics/constitutive/damageLaws/DamageLawExponential.h 100% <100%> (ø) :arrow_up:
nuto/mechanics/constitutive/LinearElasticDamage.h 97.43% <100%> (+0.06%) :arrow_up:
...hanics/constitutive/damageLaws/SofteningMaterial.h 100% <100%> (ø)
...tions/integrationtests/mechanics/CSDAInterface.cpp 98.36% <100%> (ø) :arrow_up:
...echanics/constitutive/damageLaws/DamageLawLinear.h 100% <100%> (ø) :arrow_up:
...o/mechanics/constitutive/ModifiedMisesStrainNorm.h 90.9% <100%> (+0.16%) :arrow_up:
...s/constitutive/damageLaws/DamageLawExponential.cpp 100% <100%> (ø) :arrow_up:
...echanics/constitutive/damageLaws/DamageLawHelper.h 100% <100%> (ø) :arrow_up:
...ntegrationtests/mechanics/QuasistaticProblem1D.cpp 100% <100%> (ø) :arrow_up:
... and 11 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 ce6f5b2...19d9a21. Read the comment docs.