nutofem / nuto

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

Fix minor problem in quasistatic solver #266

Closed vhirtham closed 6 years ago

vhirtham commented 6 years ago

The trial state calculation used aEigen::MatrixXd to store the Hessian which caused larger problems to crash with bad_alloc. I changed the type to Eigen::SparseMatrix<double>.

codecov[bot] commented 6 years ago

Codecov Report

Merging #266 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #266   +/-   ##
========================================
  Coverage    90.86%   90.86%           
========================================
  Files          326      326           
  Lines        10906    10906           
========================================
  Hits          9910     9910           
  Misses         996      996
Flag Coverage Δ
#integrationtests 66.45% <100%> (ø) :arrow_up:
#unittests 96.24% <ø> (ø) :arrow_up:
Impacted Files Coverage Δ
nuto/mechanics/tools/QuasistaticSolver.cpp 91.22% <100%> (ø) :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 f8d5da0...4f77fb7. Read the comment docs.