Skip to content

Commit 22e76f6

Browse files
authored
Merge pull request #67 from ufz/fixing
Fixing
2 parents 9b8783f + 634084d commit 22e76f6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Parabolic/Richards/RichardsFlow_2d_small_adaptive_dt.prj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<convergence_criterion>
7676
<type>DeltaX</type>
7777
<norm_type>NORM2</norm_type>
78-
<abstol>1e-11</abstol>
78+
<abstol>1e-8</abstol>
7979
</convergence_criterion>
8080
<time_discretization>
8181
<type>BackwardEuler</type>
@@ -91,10 +91,10 @@
9191
<t_initial> 0.0 </t_initial>
9292
<t_end> 1600 </t_end>
9393
<dt_guess> 0.1 </dt_guess>
94-
<dt_min> 0.1 </dt_min>
94+
<dt_min> 0.01 </dt_min>
9595
<dt_max> 2 </dt_max>
9696
<rel_dt_min> 0.01 </rel_dt_min>
97-
<rel_dt_max> 5 </rel_dt_max>
97+
<rel_dt_max> 4 </rel_dt_max>
9898
<tol> 1.0 </tol>
9999
</time_stepping>
100100
</process>

StaggeredCoupledProcesses/TH/ThermalConvection2D/quad_5500x5500_adaptive_dt.prj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<linear_solvers>
299299
<linear_solver>
300300
<name>linear_solver_T</name>
301-
<lis>-i cg -p jacobi -tol 1e-8 -maxiter 10000</lis>
301+
<lis>-i bicgstab -p jacobi -tol 1e-10 -maxiter 3000</lis>
302302
<eigen>
303303
<solver_type>BiCGSTAB</solver_type>
304304
<precon_type>DIAGONAL</precon_type>
@@ -312,7 +312,7 @@
312312
</linear_solver>
313313
<linear_solver>
314314
<name>linear_solver_H</name>
315-
<lis>-i cg -p jacobi -tol 1e-8 -maxiter 10000</lis>
315+
<lis>-i bicgstab -p jacobi -tol 1e-10 -maxiter 3000</lis>
316316
<eigen>
317317
<solver_type>BiCGSTAB</solver_type>
318318
<precon_type>DIAGONAL</precon_type>

StaggeredCoupledProcesses/TH/ThermalConvection2D/quad_5500x5500_adaptive_dt_constant_viscosity.prj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@
296296
<linear_solvers>
297297
<linear_solver>
298298
<name>linear_solver_T</name>
299-
<lis>-i cg -p jacobi -tol 1e-8 -maxiter 10000</lis>
299+
<lis>-i bicgstab -p jacobi -tol 1e-14 -maxiter 3000</lis>
300300
<eigen>
301301
<solver_type>BiCGSTAB</solver_type>
302302
<precon_type>DIAGONAL</precon_type>
@@ -310,7 +310,7 @@
310310
</linear_solver>
311311
<linear_solver>
312312
<name>linear_solver_H</name>
313-
<lis>-i cg -p jacobi -tol 1e-8 -maxiter 10000</lis>
313+
<lis>-i bicgstab -p jacobi -tol 1e-14 -maxiter 3000</lis>
314314
<eigen>
315315
<solver_type>BiCGSTAB</solver_type>
316316
<precon_type>DIAGONAL</precon_type>

0 commit comments

Comments
 (0)