nutofem / nuto

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

Pde dynamic momentum balance #207

Closed pmueller2 closed 6 years ago

pmueller2 commented 6 years ago

Adds a DynamicMomentumBalance integrand derived from the static one that additionally has a density and computes a mass matrix.

codecov[bot] commented 6 years ago

Codecov Report

Merging #207 into PDE_reviewed will increase coverage by 0.09%. The diff coverage is 100%.

Impacted file tree graph

@@               Coverage Diff                @@
##           PDE_reviewed     #207      +/-   ##
================================================
+ Coverage         67.14%   67.23%   +0.09%     
================================================
  Files               314      316       +2     
  Lines             12105    12139      +34     
================================================
+ Hits               8128     8162      +34     
  Misses             3977     3977
Impacted Files Coverage Δ
src/mechanics/integrands/MomentumBalance.h 100% <ø> (ø) :arrow_up:
.../integrationtests/mechanics/VibrationalModes1D.cpp 100% <100%> (ø)
src/mechanics/integrands/DynamicMomentumBalance.h 100% <100%> (ø)

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 9cf0aa3...06be2ad. Read the comment docs.