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

set up TPR mesh study

parent 974663c1
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-better-L" use_case = "TP-R-2-patch-realistic-same-intrinsic-lower-tol-complement-07-21"
# 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-same-intrinsic-perm.py" thisfile = "TP-R-2-patch-realistic-same-intrinsic-perm.py"
...@@ -42,14 +42,14 @@ FEM_Lagrange_degree = 1 ...@@ -42,14 +42,14 @@ FEM_Lagrange_degree = 1
# GRID AND MESH STUDY SPECIFICATIONS ######################################### # GRID AND MESH STUDY SPECIFICATIONS #########################################
mesh_study = True mesh_study = True
resolutions = { resolutions = {
1: 1e-5, 1: 1e-6,
2: 1e-5, 2: 1e-6,
4: 1e-5, 4: 1e-6,
8: 1e-5, 8: 1e-6,
16: 3e-6, 16: 1e-7,
32: 1e-6, 32: 1e-7,
64: 1e-6, 64: 5e-8,
128: 1e-6, 128: 5e-8,
# 256: 1e-6, # 256: 1e-6,
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment