cb-geo / mpm

CB-Geo High-Performance Material Point Method
https://www.cb-geo.com/research/mpm
Other
243 stars 83 forks source link

:bug: Fixed the bug of state_variables in material models #619

Closed tianchiTJ closed 4 years ago

tianchiTJ commented 4 years ago

There is no j3 in the state_variables recorded in MC and MCC model. The current code can not be computed, which will output the error "MPM main, couldn't find key"

codecov[bot] commented 4 years ago

Codecov Report

Merging #619 into develop will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #619   +/-   ##
========================================
  Coverage    97.15%   97.15%           
========================================
  Files          119      119           
  Lines        25202    25202           
========================================
  Hits         24485    24485           
  Misses         717      717           
Impacted Files Coverage Δ
include/materials/mohr_coulomb.tcc 99.29% <ø> (ø)
tests/materials/modified_cam_clay_test.cc 100.00% <ø> (ø)
include/materials/modified_cam_clay.tcc 89.47% <100.00%> (ø)
tests/materials/mohr_coulomb_test.cc 99.91% <100.00%> (ø)

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 3e1bc79...9e9e19c. Read the comment docs.