Skip to content

Commit

Permalink
Docs (Ex. SVK): Make F compatible with Abaqus & Marc
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr authored Aug 7, 2024
1 parent aeae38e commit 4a71c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/ex01_stvenantkirchhoff.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ In our code implementation the strain tensor looks like:
Eye = Eye**0
F1 = Eye
F1%ab(1:itel,1:3) = ffn1(1:itel,1:3)
F1%ab(1:3,1:3) = ffn1(1:3,1:3)
E1 = 0.5*(transpose(F1)*F1-Eye)
```
Expand Down

0 comments on commit 4a71c63

Please sign in to comment.