From 4a71c634689b3b36b469ad512a98e11bb7f917ce Mon Sep 17 00:00:00 2001 From: Andreas Dutzler Date: Wed, 7 Aug 2024 11:47:34 +0200 Subject: [PATCH] Docs (Ex. SVK): Make F compatible with Abaqus & Marc --- docs/examples/ex01_stvenantkirchhoff.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/ex01_stvenantkirchhoff.md b/docs/examples/ex01_stvenantkirchhoff.md index e68839e..6481e48 100644 --- a/docs/examples/ex01_stvenantkirchhoff.md +++ b/docs/examples/ex01_stvenantkirchhoff.md @@ -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) ```