Skip to content
Snippets Groups Projects
Commit 60b28899 authored by podlesny's avatar podlesny
Browse files

.

parent c6704cbb
Branches Dissertation2021
No related tags found
No related merge requests found
[general]
outPath = newmark-uniform-1e4 # output written to ./output/strikeslip/outPath
outPath = newmark-adaptive # output written to ./output/strikeslip/outPath
gravity = 0.0 # [m/s^2]
[body0]
......@@ -61,7 +61,8 @@ printProgress = true
restarts.first = 0
restarts.spacing= 50
restarts.write = true #true
vtk.write = true
vtk.write = false
[problem]
finalTime = 50 # [s] #1000
......@@ -71,10 +72,12 @@ bodyCount = 2
timeStep = 0
relativeTime = 0.0
relativeTau = 1e-4 # 1e-6
minRelativeTau = 1e-6
[timeSteps]
scheme = newmark
timeSteps = 1e4
mode = adaptive # adaptive, uniform
timeSteps = 1e7 #1e7
[u0.solver]
maximumIterations = 100
......
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