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

[T/THM] Use better preconditioner for PETSc

Otherwise "divergence is detected" in the first iteration
of the first time step.
parent 6580c82c
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,7 @@
<petsc>
<parameters>
-ksp_type bcgs
-pc_type jacobi
-pc_type gamg
-ksp_rtol 1.e-12 -ksp_atol 1.e-14
-ksp_max_it 4000
</parameters>
......
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