From 4236119bfaa1f33cd6c95c2307666020b547e72e Mon Sep 17 00:00:00 2001
From: David Seus <david.seus@ians.uni-stuttgart.de>
Date: Tue, 24 Sep 2019 15:30:46 +0200
Subject: [PATCH] uie

---
 .../TP-TP-layered_soil_with_inner_patch-realistic.py   | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py
index ec01e72..dd7584a 100755
--- a/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py
+++ b/Two-phase-Two-phase/multi-patch/TP-TP-layered-soil-case-with-inner-patch/TP-TP-layered_soil_with_inner_patch-realistic.py
@@ -28,7 +28,7 @@ datestr = date.strftime("%Y-%m-%d")
 sym.init_printing()
 # solver_tol = 6E-7
 use_case = "TP-TP-layered-soil-realistic"
-max_iter_num = 50
+max_iter_num = 1000
 FEM_Lagrange_degree = 1
 mesh_study = False
 resolutions = {
@@ -45,11 +45,11 @@ resolutions = {
 ############ GRID #######################
 # mesh_resolution = 20
 timestep_size = 0.005
-number_of_timesteps = 15
+number_of_timesteps = 240
 plot_timestep_every = 1
 # decide how many timesteps you want analysed. Analysed means, that we write out
 # subsequent errors of the L-iteration within the timestep.
-number_of_timesteps_to_analyse = 0
+number_of_timesteps_to_analyse = 8
 starttime = 0.0
 
 Lw = 0.025 #/timestep_size
@@ -59,8 +59,8 @@ lambda_w = 40
 lambda_nw = 40
 
 include_gravity = False
-debugflag = True
-analyse_condition = False
+debugflag = False
+analyse_condition = True
 
 if mesh_study:
     output_string = "./output/{}-{}_timesteps{}_P{}".format(datestr, use_case, number_of_timesteps, FEM_Lagrange_degree)
-- 
GitLab