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

[T/TH2M] Update petsc linear solver settings

parent c171cf16
No related branches found
No related tags found
No related merge requests found
......@@ -612,7 +612,7 @@
</eigen>
<petsc>
<prefix>sd</prefix>
<parameters>-sd_ksp_type cg -sd_pc_type bjacobi -sd_ksp_rtol 1e-16 -sd_ksp_max_it 10000</parameters>
<parameters>-sd_ksp_type bcgs -sd_pc_type lu -sd_ksp_rtol 1e-16 -sd_ksp_max_it 10000</parameters>
</petsc>
</linear_solver>
</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