nutofem / nuto

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

Pde quasistatic problem #183

Closed TTitscher closed 6 years ago

TTitscher commented 6 years ago

This PR includes a couple of new convenience classes that are all used to solving a quasistatic problem - 1d uniaxial truss with a local damage model. Those include:

Known problems:

codecov[bot] commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (PDE_reviewed@aba312f). Click here to learn what that means. The diff coverage is 98.14%.

Impacted file tree graph

@@               Coverage Diff               @@
##             PDE_reviewed     #183   +/-   ##
===============================================
  Coverage                ?   65.42%           
===============================================
  Files                   ?      294           
  Lines                   ?    11501           
  Branches                ?        0           
===============================================
  Hits                    ?     7524           
  Misses                  ?     3977           
  Partials                ?        0
Impacted Files Coverage Δ
...lications/integrationtests/mechanics/PatchTest.cpp 100% <ø> (ø)
src/mechanics/dofs/GlobalDofVector.h 100% <ø> (ø)
src/visualize/AverageGeometries.h 100% <ø> (ø)
src/mechanics/mesh/MeshFem.h 100% <ø> (ø)
src/math/LineSearch.h 100% <100%> (ø)
src/math/NewtonRaphson.h 100% <100%> (ø)
test/math/NewtonRaphson.cpp 100% <100%> (ø)
src/mechanics/tools/NodalValueMerger.cpp 100% <100%> (ø)
...st/mechanics/constitutive/LocalIsotropicDamage.cpp 98.59% <100%> (ø)
src/mechanics/tools/EquationSystem.cpp 100% <100%> (ø)
... 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 aba312f...2a5e895. Read the comment docs.