From 9476a1e392921b0a8764653724d7a9f63f32cfd7 Mon Sep 17 00:00:00 2001
From: Vinayak Gholap <vinugholap@gmail.com>
Date: Thu, 25 May 2023 16:01:19 +0200
Subject: [PATCH] Update flag in weak coupling EM test file

---
 .../EM_weakCoupling.py                                          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dG3D/benchmarks/LargeDeformations_WeakCouplingEMGenericTM_SMP/EM_weakCoupling.py b/dG3D/benchmarks/LargeDeformations_WeakCouplingEMGenericTM_SMP/EM_weakCoupling.py
index 4c289a682..b7d3dd9e6 100644
--- a/dG3D/benchmarks/LargeDeformations_WeakCouplingEMGenericTM_SMP/EM_weakCoupling.py
+++ b/dG3D/benchmarks/LargeDeformations_WeakCouplingEMGenericTM_SMP/EM_weakCoupling.py
@@ -126,7 +126,7 @@ lawMech.setStrainOrder(-1)
 # Generic Thermo-Mech law
 lawTM   = GenericThermoMechanicsDG3DMaterialLaw(lawnum+1,rho,alpha,beta,gamma,tinitial,Kx,Ky,Kz,alphaTherm,alphaTherm,alphaTherm,cp)
 lawTM.setMechanicalMaterialLaw(lawMech);
-lawTM.setApplyReferenceF(True);
+lawTM.setApplyReferenceF(False);
 
 _cp = constantScalarFunction(cp);
 lawTM.setLawForCp(_cp);
-- 
GitLab