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

Solve a different problem

parent 75aaf998
No related branches found
No related tags found
No related merge requests found
# -*- mode:conf -*- # -*- mode:conf -*-
timesteps = 300 timesteps = 500
verbose = false verbose = false
printEvolution = true printEvolution = true
...@@ -10,7 +10,7 @@ printDifference = false ...@@ -10,7 +10,7 @@ printDifference = false
writeVTK = true writeVTK = true
[grid] [grid]
refinements = 5 refinements = 7
[body] [body]
E = 1e6 E = 1e6
...@@ -90,7 +90,7 @@ initial = 1e-4 ...@@ -90,7 +90,7 @@ initial = 1e-4
# 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-6 L = 1e-10
# 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.
Finish editing this message first!
Please register or to comment