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

recalculate TP-2-patch with g with finer solver tol

parent 7a7dbd88
No related branches found
No related tags found
No related merge requests found
......@@ -36,20 +36,20 @@ thisfile = "TP-R-2-patch-mesh-study-all-params-one-but-g.py"
# GENERAL SOLVER CONFIG ######################################################
# maximal iteration per timestep
max_iter_num = 500
max_iter_num = 300
FEM_Lagrange_degree = 1
# GRID AND MESH STUDY SPECIFICATIONS #########################################
mesh_study = True
resolutions = {
1: 1e-5,
2: 1e-5,
4: 1e-5,
8: 1e-5,
16: 1e-5,
32: 1e-5,
64: 1e-5,
128: 1e-5,
# 1: 1e-5,
# 2: 1e-5,
# 4: 1e-5,
# 8: 1e-5,
# 16: 1e-5,
# 32: 1e-5,
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