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

setup complement study for TPR five patch

parent 14f37316
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ date = datetime.datetime.now()
datestr = date.strftime("%Y-%m-%d")
# Name of the usecase that will be printed during simulation.
use_case = "TP-R-five-domain-with-inner-patch-realistic"
use_case = "TP-R-five-domain-with-inner-patch-realistic-complement-2906"
# The name of this very file. Needed for creating log output.
thisfile = "TP-R-multi-patch-with-inner-patch.py"
......@@ -42,14 +42,14 @@ FEM_Lagrange_degree = 1
# GRID AND MESH STUDY SPECIFICATIONS #########################################
mesh_study = True
resolutions = {
1: 5e-5,
2: 5e-5,
4: 2e-5,
8: 2e-5,
16: 5e-6,
# 1: 5e-5,
# 2: 5e-5,
# 4: 2e-5,
# 8: 2e-5,
# 16: 5e-6,
# 32: 5e-6,
# 64: 3e-6,
# 128: 3e-6,
64: 2e-6,
128: 2e-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