From 8d31212c57c8cfd145811ab5816c980c42d5986e Mon Sep 17 00:00:00 2001 From: Randow <jrandow@htwk-leipzig.de> Date: Tue, 19 Apr 2022 13:11:30 +0200 Subject: [PATCH] changed testcase to BiCGSTAB solver --- .../T/3D_3BHEs_array_python_interface/3bhes_1U.prj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/3bhes_1U.prj b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/3bhes_1U.prj index 12ccd2e57ae..d860434a872 100644 --- a/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/3bhes_1U.prj +++ b/Tests/Data/Parabolic/T/3D_3BHEs_array_python_interface/3bhes_1U.prj @@ -329,8 +329,10 @@ <name>general_linear_solver</name> <lis>-i cg -p jacobi -tol 1e-16 -maxiter 10000</lis> <eigen> - <solver_type>PardisoLU</solver_type> - <scaling>true</scaling> + <solver_type>BiCGSTAB</solver_type> + <precon_type>ILUT</precon_type> + <max_iteration_step>1000</max_iteration_step> + <error_tolerance>1e-16</error_tolerance> </eigen> <petsc> <prefix>gw</prefix> -- GitLab