Skip to content
Snippets Groups Projects
Commit 486f6491 authored by Ludovic Noels's avatar Ludovic Noels
Browse files

unpropagated change

parent 84d30e81
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment