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

other lambda

parent 79177f5e
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-2-patch-realistic-same-intrinsic-perm-control" use_case = "TP-R-2-patch-realistic-same-intrinsic-perm-control-other-lambda"
# 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-2-patch-realistic-gravity-but-same-intrinsic-perm.py" thisfile = "TP-R-2-patch-realistic-gravity-but-same-intrinsic-perm.py"
...@@ -47,7 +47,7 @@ resolutions = { ...@@ -47,7 +47,7 @@ resolutions = {
# 4: 1e-5, # 4: 1e-5,
# 8: 1e-5, # 8: 1e-5,
# 16: 5e-6, # 16: 5e-6,
32: 5e-6, 32: 2e-6,
# 64: 2e-6, # 64: 2e-6,
# 128: 2e-6, # 128: 2e-6,
# 256: 1e-6, # 256: 1e-6,
...@@ -68,8 +68,8 @@ Lnw1 = 0.25 ...@@ -68,8 +68,8 @@ Lnw1 = 0.25
Lw2 = 0.5 Lw2 = 0.5
Lnw2 = 0.25 Lnw2 = 0.25
lambda_w = 40 lambda_w = 2
lambda_nw = 40 lambda_nw = 2
include_gravity = True include_gravity = True
debugflag = False debugflag = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment