From 72a3aa95f0b614614ec869fd257a4e97148b04c6 Mon Sep 17 00:00:00 2001
From: Elias Pipping <elias.pipping@fu-berlin.de>
Date: Wed, 29 Feb 2012 17:35:55 +0100
Subject: [PATCH] Solve a different problem

---
 src/one-body-sample.parset | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/one-body-sample.parset b/src/one-body-sample.parset
index 0c3082fa..317c1792 100644
--- a/src/one-body-sample.parset
+++ b/src/one-body-sample.parset
@@ -1,5 +1,5 @@
 # -*- mode:conf -*-
-timesteps = 300
+timesteps = 500
 
 verbose = false
 printEvolution = true
@@ -10,7 +10,7 @@ printDifference = false
 writeVTK = true
 
 [grid]
-refinements = 5
+refinements = 7
 
 [body]
 E = 1e6
@@ -90,7 +90,7 @@ initial = 1e-4
 # Continuum mathematical modeling of slip weakening in geological systems
 a = 0.015
 b = 0.005
-L = 1e-6
+L = 1e-10
 
 # The second-order a and b terms in [..] are very important in
 # determining whether sliding is stable or unstable and (in appli-
-- 
GitLab