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

[Cleanup] Whitespace

parent 7e870cbf
No related branches found
No related tags found
No related merge requests found
...@@ -9,21 +9,21 @@ writeVTK = false ...@@ -9,21 +9,21 @@ writeVTK = false
endOfTime = 15 endOfTime = 15
[body] [body]
E = 5e7 E = 5e7
nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets
density = 5000 density = 5000
height = 1 height = 1
width = 5 width = 5
[boundary.friction] [boundary.friction]
mu0 = 0.6 mu0 = 0.6
mumin = 0.0 mumin = 0.0
a = 0.010 a = 0.010
b = 0.015 b = 0.015
V0 = 1e-6 V0 = 1e-6
L = 1e-5 L = 1e-5
initialState = 4.54e-05 # exp(-10) initialState = 4.54e-05 # exp(-10)
stateModel = Dieterich stateModel = Dieterich
[timeSteps] [timeSteps]
number = 10000 number = 10000
...@@ -33,20 +33,20 @@ scheme = newmark ...@@ -33,20 +33,20 @@ scheme = newmark
refinements = 4 refinements = 4
[solver] [solver]
tolerance = 1e-10 tolerance = 1e-10
damping = 0.5 damping = 0.5
requiredReduction = 0.5 requiredReduction = 0.5
[solver.tnnmg] [solver.tnnmg]
maxiterations = 1000000 maxiterations = 1000000
fixed_point_iterations = 10000 fixed_point_iterations = 10000
fixed_point_tolerance = 1e-10 fixed_point_tolerance = 1e-10
[solver.tnnmg.linear] [solver.tnnmg.linear]
maxiterations = 1000000 maxiterations = 1000000
pre = 3 pre = 3
cycle = 1 # 1 = V, 2 = W, etc. cycle = 1 # 1 = V, 2 = W, etc.
post = 3 post = 3
[solver.tnnmg.main] [solver.tnnmg.main]
pre = 1 pre = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment