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

[T/SD] Add petsc linear solver configs

parent 6a0426ab
No related branches found
No related tags found
No related merge requests found
...@@ -266,6 +266,9 @@ ...@@ -266,6 +266,9 @@
<solver_type>SparseLU</solver_type> <solver_type>SparseLU</solver_type>
<scaling>true</scaling> <scaling>true</scaling>
</eigen> </eigen>
<petsc>
<parameters>-ksp_type bcgs -pc_type bjacobi -ksp_rtol 1e-15 -ksp_atol 1e-16 -ksp_max_it 4000</parameters>
</petsc>
</linear_solver> </linear_solver>
</linear_solvers> </linear_solvers>
<test_definition> <test_definition>
......
...@@ -272,6 +272,9 @@ ...@@ -272,6 +272,9 @@
<solver_type>SparseLU</solver_type> <solver_type>SparseLU</solver_type>
<scaling>true</scaling> <scaling>true</scaling>
</eigen> </eigen>
<petsc>
<parameters>-ksp_type bcgs -pc_type bjacobi -ksp_rtol 1e-15 -ksp_atol 1e-16 -ksp_max_it 4000</parameters>
</petsc>
</linear_solver> </linear_solver>
</linear_solvers> </linear_solvers>
<test_definition> <test_definition>
......
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