Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latticebond #62

Merged
merged 21 commits into from
Nov 25, 2019
Merged

Latticebond #62

merged 21 commits into from
Nov 25, 2019

Conversation

githubgrasp
Copy link
Contributor

This addition should only affect the lattice models.
I have

  • added more documentation for the linear elastic, damage, damage-plastic lattice material models.
  • fixed the latticebondplasticity model and added tests for this model.
  • cleaned up further other lattice models.

Micket and others added 20 commits November 17, 2019 20:54
Note: The old expressions didn't add up: matrice sizes for the first PK was a mismatch of voigt and matrix form.
This means that there was no way the old code was working correctly.
With the fixed size matrices, this became a compile error, and I tried to remedy it in a way that made sense.
…y are all defined).

Also remove unnecessary dtor.
@codecov
Copy link

codecov bot commented Nov 22, 2019

Codecov Report

Merging #62 into master will increase coverage by 0.32%.
The diff coverage is 92.3%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   39.78%    40.1%   +0.32%     
==========================================
  Files        1241     1241              
  Lines      125299   125260      -39     
==========================================
+ Hits        49849    50235     +386     
+ Misses      75450    75025     -425
Impacted Files Coverage Δ
...c/sm/Materials/LatticeMaterials/latticematstatus.h 60.86% <ø> (ø) ⬆️
...Materials/LatticeMaterials/latticebondplasticity.h 69.23% <ø> (+69.23%) ⬆️
.../Materials/LatticeMaterials/latticelinearelastic.h 42.85% <ø> (ø) ⬆️
...c/sm/Materials/LatticeMaterials/latticematstatus.C 68.57% <ø> (-5.24%) ⬇️
...terials/LatticeMaterials/latticeplasticitydamage.h 77.77% <ø> (ø) ⬆️
src/sm/Materials/LatticeMaterials/latticeslip.h 50% <ø> (+10%) ⬆️
src/sm/Materials/LatticeMaterials/latticedamage.h 80% <ø> (ø) ⬆️
...terials/LatticeMaterials/latticeplasticitydamage.C 78.39% <100%> (+1.67%) ⬆️
src/sm/Materials/LatticeMaterials/latticedamage.C 71.39% <100%> (+0.48%) ⬆️
src/sm/Elements/LatticeElements/latticelink3d.C 78.42% <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 363bb26...7c2d4b9. Read the comment docs.

Copy link
Member

@Micket Micket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.
Though, I think there are some other improvements that could be done, this step is still in the right direction.

@Micket Micket merged commit c064f62 into oofem:master Nov 25, 2019
@githubgrasp githubgrasp deleted the latticebond branch November 26, 2019 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants