kimauth / MaterialModels.jl

A libary of mechanical material models for finite element simulations.
MIT License
12 stars 6 forks source link

Ka/use full strain #31

Closed kimauth closed 3 years ago

kimauth commented 3 years ago

Change LinearElastic and Plastic to use the full strain instead of the strain increment.

codecov-commenter commented 3 years ago

Codecov Report

Merging #31 (d6a52dd) into main (b210796) will decrease coverage by 0.30%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #31      +/-   ##
==========================================
- Coverage   94.55%   94.24%   -0.31%     
==========================================
  Files           7        7              
  Lines         312      313       +1     
==========================================
  Hits          295      295              
- Misses         17       18       +1     
Impacted Files Coverage Δ
src/LinearElastic.jl 100.00% <100.00%> (ø)
src/Plastic.jl 98.30% <100.00%> (+0.05%) :arrow_up:
src/wrappers.jl 81.66% <0.00%> (-1.67%) :arrow_down:

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 b210796...d6a52dd. Read the comment docs.

kimauth commented 3 years ago

Still needs to be changed for CrystalViscoPlastic, but I'll merge these so that we can build up on them already.