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

uiae

parent 71465cc3
No related branches found
No related tags found
No related merge requests found
...@@ -36,7 +36,7 @@ thisfile = "TP-R-multi-patch-with-inner-patch.py" ...@@ -36,7 +36,7 @@ thisfile = "TP-R-multi-patch-with-inner-patch.py"
# GENERAL SOLVER CONFIG ###################################################### # GENERAL SOLVER CONFIG ######################################################
# maximal iteration per timestep # maximal iteration per timestep
max_iter_num = 2 max_iter_num = 1000
FEM_Lagrange_degree = 1 FEM_Lagrange_degree = 1
# GRID AND MESH STUDY SPECIFICATIONS ######################################### # GRID AND MESH STUDY SPECIFICATIONS #########################################
...@@ -58,7 +58,7 @@ resolutions = { ...@@ -58,7 +58,7 @@ resolutions = {
# for each element t_0 in starttimes. # for each element t_0 in starttimes.
starttimes = {0: 0.0} starttimes = {0: 0.0}
timestep_size = 0.001 timestep_size = 0.001
number_of_timesteps = 5 number_of_timesteps = 1000
# LDD scheme parameters ###################################################### # LDD scheme parameters ######################################################
Lw1 = 0.5 # /timestep_size Lw1 = 0.5 # /timestep_size
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment