Skip to content
Snippets Groups Projects
Commit b9fbdc0b authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

New problem

parent d8e42ff6
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*- # -*- mode:conf -*-
timesteps = 500 timesteps = 60
verbose = false verbose = false
printEvolution = true printEvolution = true
...@@ -13,7 +13,7 @@ enable = false ...@@ -13,7 +13,7 @@ enable = false
iterations = 50 iterations = 50
[grid] [grid]
refinements = 4 refinements = 6
[body] [body]
E = 1e6 E = 1e6
...@@ -24,12 +24,12 @@ nu = 0.3 # Needs to be strictly below 0.5; the closer we get, the ...@@ -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! # tougher the problem. But we do have convergence!
[solver] [solver]
tolerance = 1e-12 tolerance = 1e-14
[solver.tnnmg] [solver.tnnmg]
use = true use = true
maxiterations = 1000000 maxiterations = 1000000
fixed_point_iterations = 50 fixed_point_iterations = 20
[solver.tnnmg.linear] [solver.tnnmg.linear]
maxiterations = 1000000 maxiterations = 1000000
...@@ -82,7 +82,7 @@ initial = 0 ...@@ -82,7 +82,7 @@ initial = 0
# Continuum mathematical modeling of slip weakening in geological systems # Continuum mathematical modeling of slip weakening in geological systems
a = 0.015 a = 0.015
b = 0.005 b = 0.005
L = 1e-9 L = 1e-8
# The second-order a and b terms in [..] are very important in # The second-order a and b terms in [..] are very important in
# determining whether sliding is stable or unstable and (in appli- # determining whether sliding is stable or unstable and (in appli-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment