From 3cc94fedb8163dc19e7f8611aae595b08ad3c05b Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Wed, 18 Jun 2014 11:55:09 +0000
Subject: [PATCH] Set initial deformation and Neumann boundary values that
 really produce a buckling

[[Imported from SVN: r9800]]
---
 cosserat-continuum-wriggers-l-shape.parset | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cosserat-continuum-wriggers-l-shape.parset b/cosserat-continuum-wriggers-l-shape.parset
index 3c534f51..8b0d8ac5 100644
--- a/cosserat-continuum-wriggers-l-shape.parset
+++ b/cosserat-continuum-wriggers-l-shape.parset
@@ -93,7 +93,7 @@ dirichletVerticesPredicate = "x[0] < 0.001"
 neumannVerticesPredicate = "x[1] < -0.239"
 
 ###  Neumann values, if needed
-neumannValues =  -1e3 0 0
+neumannValues =  -5e6 0 0
 
 # Initial deformation
-initialDeformation = "[x[0], x[1], 0]"
+initialDeformation = "[x[0], x[1], 0.1*x[0]*(0.24+x[1])]"
-- 
GitLab