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

setup new TPTP two domain mesh study

parent 533e7d2a
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ use_case = "TP-TP-2-patch-realistic" ...@@ -34,7 +34,7 @@ use_case = "TP-TP-2-patch-realistic"
thisfile = "TP-TP-2-patch-mesh-study.py" thisfile = "TP-TP-2-patch-mesh-study.py"
# GENERAL SOLVER CONFIG ###################################################### # GENERAL SOLVER CONFIG ######################################################
# maximal iteration per timestep # maximal iteration per timestep
max_iter_num = 400 max_iter_num = 2000
FEM_Lagrange_degree = 1 FEM_Lagrange_degree = 1
# GRID AND MESH STUDY SPECIFICATIONS ######################################### # GRID AND MESH STUDY SPECIFICATIONS #########################################
...@@ -42,12 +42,12 @@ mesh_study = True ...@@ -42,12 +42,12 @@ mesh_study = True
resolutions = { resolutions = {
1: 1e-5, 1: 1e-5,
2: 1e-5, 2: 1e-5,
4: 1e-5, 4: 5e-6,
8: 1e-5, 8: 5e-6,
16: 5e-6, 16: 1e-6,
32: 3e-6, 32: 1e-6,
64: 1e-6, 64: 5e-7,
128: 1e-6, 128: 5e-7,
# 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