From 486f649180bd749e2eee988c11424fa26a21663c Mon Sep 17 00:00:00 2001 From: ludovic noels <l.noels@ulg.ac.be> Date: Tue, 7 Feb 2023 10:51:14 +0100 Subject: [PATCH] unpropagated change --- NonLinearSolver/contact/contactTerms.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NonLinearSolver/contact/contactTerms.cpp b/NonLinearSolver/contact/contactTerms.cpp index 24af17d5b..0a9f532e7 100644 --- a/NonLinearSolver/contact/contactTerms.cpp +++ b/NonLinearSolver/contact/contactTerms.cpp @@ -84,7 +84,7 @@ template<> void defoDefoContactBilinearTermByPerturbation<double>::get(contactEl disp(j)+=_pert; for(int i=0; i<nbdofs; i++) { - m(i,j)=(Fplus(i)-Fminus(i))/(-2.*_pert); //minus because stiffness related toof internal force + m(i,j)=(Fplus(i)-Fminus(i))/(2.*_pert); // } } defoDefoTerm->get(cE,npts,GP,Fminus,disp);// put back the right _nodesInContact -- GitLab