From b1948368ed330e31219c93cac569dbb53fe9f23c Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 5 Apr 2015 22:05:08 +0200
Subject: [PATCH] Make L_c smaller, use more homotopy steps

These are the values used in the Sander/Neff/Birsan paper on planar Cosserat shells.
---
 cosserat-continuum-twisted-strip.parset | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cosserat-continuum-twisted-strip.parset b/cosserat-continuum-twisted-strip.parset
index 211626b5..c813e46c 100644
--- a/cosserat-continuum-twisted-strip.parset
+++ b/cosserat-continuum-twisted-strip.parset
@@ -15,7 +15,7 @@ numLevels = 1
 #############################################
 
 # Number of homotopy steps for the Dirichlet boundary conditions
-numHomotopySteps = 12
+numHomotopySteps = 24
 
 # Tolerance of the trust region solver
 tolerance = 1e-8
@@ -70,7 +70,7 @@ lambda = 2.1796e+09
 mu_c = 0
 
 # Length scale parameter
-L_c = 0.002
+L_c = 2e-6
 
 # Curvature exponent
 q = 2
-- 
GitLab