File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
StaggeredCoupledProcesses/TH/ThermalConvection2D Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments