Skip to content
Snippets Groups Projects
Commit a8ac9eb1 authored by David's avatar David
Browse files

setup coarser tol

parent 7f4227c4
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ date = datetime.datetime.now() ...@@ -30,7 +30,7 @@ date = datetime.datetime.now()
datestr = date.strftime("%Y-%m-%d") datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation. # Name of the usecase that will be printed during simulation.
use_case = "TP-R-layered-soil-with-inner-patch-realistic-same-intrinsic-fine-tol" use_case = "TP-R-layered-soil-with-inner-patch-realistic-same-intrinsic-higher-tol"
# The name of this very file. Needed for creating log output. # The name of this very file. Needed for creating log output.
thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py" thisfile = "TP-R-layered_soil_with_inner_patch-realistic.py"
...@@ -47,7 +47,7 @@ resolutions = { ...@@ -47,7 +47,7 @@ resolutions = {
# 4: 2e-6, # h=0.5590 # 4: 2e-6, # h=0.5590
# 8: 2e-6, # h=0.2814 # 8: 2e-6, # h=0.2814
# 16: 1e-6, # h=0.1412 # 16: 1e-6, # h=0.1412
32: 5e-7, 32: 5e-6,
# 64: 2e-6, # 64: 2e-6,
# 128: 2e-6 # 128: 2e-6
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment