From 55b366476b507c723711634c2c8198366be61ea6 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Fri, 11 Jul 2014 12:27:24 +0000
Subject: [PATCH] Make the initial deformation a pure shear plus transverse
 oscillation

[[Imported from SVN: r9830]]
---
 cosserat-continuum-wong-pellegrino-wrinkling.parset | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cosserat-continuum-wong-pellegrino-wrinkling.parset b/cosserat-continuum-wong-pellegrino-wrinkling.parset
index bb02f57c..c3a92abb 100644
--- a/cosserat-continuum-wong-pellegrino-wrinkling.parset
+++ b/cosserat-continuum-wong-pellegrino-wrinkling.parset
@@ -90,4 +90,4 @@ kappa = 1
 dirichletVerticesPredicate = "x[1] < 0.0001 or x[1] > 0.128 - 0.0001"
 
 # Initial deformation
-initialDeformation = "[x[0], x[1], 0.002*math.cos(1e4*x[0])]"
+initialDeformation = "[x[0] + 0.003*x[1] / 0.128, x[1], 0.002*math.cos(1e4*x[0])]"
-- 
GitLab