Skip to content

[MPM] fix calculation of incremental deformation gradient#13632

Merged
VeronikaSinger merged 5 commits intomasterfrom
particle/fix_deformation_gradient
Jul 23, 2025
Merged

[MPM] fix calculation of incremental deformation gradient#13632
VeronikaSinger merged 5 commits intomasterfrom
particle/fix_deformation_gradient

Conversation

@VeronikaSinger
Copy link
Contributor

Hi all,

this PR fixes the calculation of the incremental deformation gradient in the updated Lagrangian element.

Instead of the current inverse Jacobian, the inverse Jacobian of the undeformed background grid element is required when updating the incremental deformation gradient by
DF=I+Grad u

By that approach, both methods
I) DF=J * J0^-1
II) DF=I+Grad u
of calculating the incremental deformation gradient are equivalent.

@VeronikaSinger VeronikaSinger requested a review from a team as a code owner July 15, 2025 12:35
@VeronikaSinger VeronikaSinger added FastPR This Pr is simple and / or has been already tested and the revision should be fast Bugfix labels Jul 15, 2025
@VeronikaSinger
Copy link
Contributor Author

@KratosMultiphysics/mpm can someone please approve?

@VeronikaSinger VeronikaSinger merged commit f784f64 into master Jul 23, 2025
10 checks passed
@VeronikaSinger VeronikaSinger deleted the particle/fix_deformation_gradient branch July 23, 2025 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bugfix FastPR This Pr is simple and / or has been already tested and the revision should be fast

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants