From 08a0ba7194580f7026ddf11e2b960d5cf0149c85 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 13 Jun 2011 11:29:55 +0000 Subject: [PATCH] remove projection onto tangent space. Is the variations are all tangent to the manifold you don't actually need it [[Imported from SVN: r7422]] --- dune/gfe/localgeodesicfestiffness.hh | 3 --- 1 file changed, 3 deletions(-) diff --git a/dune/gfe/localgeodesicfestiffness.hh b/dune/gfe/localgeodesicfestiffness.hh index d76d2105..dcfa715e 100644 --- a/dune/gfe/localgeodesicfestiffness.hh +++ b/dune/gfe/localgeodesicfestiffness.hh @@ -112,9 +112,6 @@ class LocalGeodesicFEStiffnessImp backwardSolution[i] = localSolution[i]; } - // Project gradient in embedding space onto the tangent space - localGradient[i] = localSolution[i].projectOntoTangentSpace(localGradient[i]); - } } -- GitLab