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
endOfTime = 15
[body]
E = 5e7
nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets
E = 5e7
nu = 0.3 # The closer we get to 0.5, the more wiggly everything gets
density = 5000
height = 1
width = 5
height = 1
width = 5
[boundary.friction]
mu0 = 0.6
mumin = 0.0
a = 0.010
b = 0.015
V0 = 1e-6
L = 1e-5
mu0 = 0.6
mumin = 0.0
a = 0.010
b = 0.015
V0 = 1e-6
L = 1e-5
initialState = 4.54e-05 # exp(-10)
stateModel = Dieterich
stateModel = Dieterich
[timeSteps]
number = 10000
......@@ -33,20 +33,20 @@ scheme = newmark
refinements = 4
[solver]
tolerance = 1e-10
damping = 0.5
tolerance = 1e-10
damping = 0.5
requiredReduction = 0.5
[solver.tnnmg]
maxiterations = 1000000
maxiterations = 1000000
fixed_point_iterations = 10000
fixed_point_tolerance = 1e-10
fixed_point_tolerance = 1e-10
[solver.tnnmg.linear]
maxiterations = 1000000
pre = 3
cycle = 1 # 1 = V, 2 = W, etc.
post = 3
pre = 3
cycle = 1 # 1 = V, 2 = W, etc.
post = 3
[solver.tnnmg.main]
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