From 6a0426abc66e4b142cd0ec0726437e73bdd32c6b Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Wed, 21 Feb 2024 18:00:19 +0100 Subject: [PATCH] [T/M] Fix Eigen SparseLU config --- Tests/Data/Mechanics/HoekBrown/load_test_hb_nonassociated.prj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Tests/Data/Mechanics/HoekBrown/load_test_hb_nonassociated.prj b/Tests/Data/Mechanics/HoekBrown/load_test_hb_nonassociated.prj index 34721de0f44..8ba7f0825c5 100644 --- a/Tests/Data/Mechanics/HoekBrown/load_test_hb_nonassociated.prj +++ b/Tests/Data/Mechanics/HoekBrown/load_test_hb_nonassociated.prj @@ -264,9 +264,7 @@ <name>general_linear_solver</name> <eigen> <solver_type>SparseLU</solver_type> - <precon_type>DIAGONAL</precon_type> - <max_iteration_step>10000</max_iteration_step> - <error_tolerance>1e-16</error_tolerance> + <scaling>true</scaling> </eigen> </linear_solver> </linear_solvers> -- GitLab