From 27fdd369afc1fae63ee0a291962f5ebf4bae2165 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 18 Jun 2014 19:58:03 +0000
Subject: [PATCH] The initial deformation needs to be inverted to obtain
 Wrigger's result

[[Imported from SVN: r9801]]
---
 cosserat-continuum-wriggers-l-shape.parset | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cosserat-continuum-wriggers-l-shape.parset b/cosserat-continuum-wriggers-l-shape.parset
index 8b0d8ac5..d9be4481 100644
--- a/cosserat-continuum-wriggers-l-shape.parset
+++ b/cosserat-continuum-wriggers-l-shape.parset
@@ -96,4 +96,4 @@ neumannVerticesPredicate = "x[1] < -0.239"
 neumannValues =  -5e6 0 0
 
 # Initial deformation
-initialDeformation = "[x[0], x[1], 0.1*x[0]*(0.24+x[1])]"
+initialDeformation = "[x[0], x[1], -0.1*x[0]*(0.24+x[1])]"
-- 
GitLab