From dc0943896dceaaa432c79f7bdeee8ebdd28de8fc Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@igpm.rwth-aachen.de>
Date: Sun, 1 Jan 2012 16:24:32 +0000
Subject: [PATCH] Solve to some lesser precision

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

diff --git a/cosserat-continuum.parset b/cosserat-continuum.parset
index 71cb85b9..ca00f613 100644
--- a/cosserat-continuum.parset
+++ b/cosserat-continuum.parset
@@ -5,7 +5,7 @@ numLevels = 1
 numHomotopySteps = 1
 
 # Tolerance of the trust region solver
-tolerance = 1e-12
+tolerance = 1e-8
 
 # Max number of steps of the trust region solver
 maxTrustRegionSteps = 20
@@ -29,7 +29,7 @@ mu = 1
 baseIt = 100
 
 # Tolerance of the multigrid solver
-mgTolerance = 1e-10
+mgTolerance = 1e-7
 
 # Tolerance of the base grid solver
 baseTolerance = 1e-8
-- 
GitLab