From 98943f7f0b7e5559f290ad9115af5e74b0bad10f Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Tue, 1 Aug 2023 12:51:19 +0200
Subject: [PATCH] [PL/SD] Rewrite FEM-impl to use x_prev

---
 ProcessLib/SmallDeformation/SmallDeformationFEM.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ProcessLib/SmallDeformation/SmallDeformationFEM.h b/ProcessLib/SmallDeformation/SmallDeformationFEM.h
index f240ca57389..9099d2e4599 100644
--- a/ProcessLib/SmallDeformation/SmallDeformationFEM.h
+++ b/ProcessLib/SmallDeformation/SmallDeformationFEM.h
@@ -300,7 +300,7 @@ public:
                 sigma_prev);
         variables_prev.mechanical_strain
             .emplace<MathLib::KelvinVector::KelvinVectorType<DisplacementDim>>(
-                B * (u - u_dot * dt));
+                B * u_prev);
 
         double const T_ref =
             _process_data.reference_temperature
-- 
GitLab