From b9fbdc0b5c30a4070172ce360ca31bfc524a2948 Mon Sep 17 00:00:00 2001 From: Elias Pipping <elias.pipping@fu-berlin.de> Date: Tue, 13 Mar 2012 17:38:33 +0100 Subject: [PATCH] New problem --- src/one-body-sample.parset | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/one-body-sample.parset b/src/one-body-sample.parset index ede9a29e..17b47a28 100644 --- a/src/one-body-sample.parset +++ b/src/one-body-sample.parset @@ -1,5 +1,5 @@ # -*- mode:conf -*- -timesteps = 500 +timesteps = 60 verbose = false printEvolution = true @@ -13,7 +13,7 @@ enable = false iterations = 50 [grid] -refinements = 4 +refinements = 6 [body] E = 1e6 @@ -24,12 +24,12 @@ nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the # tougher the problem. But we do have convergence! [solver] -tolerance = 1e-12 +tolerance = 1e-14 [solver.tnnmg] use = true maxiterations = 1000000 -fixed_point_iterations = 50 +fixed_point_iterations = 20 [solver.tnnmg.linear] maxiterations = 1000000 @@ -82,7 +82,7 @@ initial = 0 # Continuum mathematical modeling of slip weakening in geological systems a = 0.015 b = 0.005 -L = 1e-9 +L = 1e-8 # The second-order a and b terms in [..] are very important in # determining whether sliding is stable or unstable and (in appli- -- GitLab