Skip to content
Snippets Groups Projects
Commit 6a0426ab authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T/M] Fix Eigen SparseLU config

parent f1f92f71
No related branches found
No related tags found
No related merge requests found
...@@ -264,9 +264,7 @@ ...@@ -264,9 +264,7 @@
<name>general_linear_solver</name> <name>general_linear_solver</name>
<eigen> <eigen>
<solver_type>SparseLU</solver_type> <solver_type>SparseLU</solver_type>
<precon_type>DIAGONAL</precon_type> <scaling>true</scaling>
<max_iteration_step>10000</max_iteration_step>
<error_tolerance>1e-16</error_tolerance>
</eigen> </eigen>
</linear_solver> </linear_solver>
</linear_solvers> </linear_solvers>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment