[cig-commits] [commit] knepley/upgrade-petsc-interface: Small fix to PETSc solver setting to permit convergence (nearly converged anyway). (34dc24b)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Mar 26 21:35:12 PDT 2014


Repository : ssh://shell.geodynamics.org/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/51c678423b146239e2b25a7beba5d5525d82e46a...34dc24ba7c7a577784227518e23e7de8944db899

>---------------------------------------------------------------

commit 34dc24ba7c7a577784227518e23e7de8944db899
Author: Brad Aagaard <baagaard at usgs.gov>
Date:   Wed Mar 26 21:34:57 2014 -0700

    Small fix to PETSc solver setting to permit convergence (nearly converged anyway).


>---------------------------------------------------------------

34dc24ba7c7a577784227518e23e7de8944db899
 examples/2d/subduction/pylithapp.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/2d/subduction/pylithapp.cfg b/examples/2d/subduction/pylithapp.cfg
index 551fccf..df1ce67 100644
--- a/examples/2d/subduction/pylithapp.cfg
+++ b/examples/2d/subduction/pylithapp.cfg
@@ -188,7 +188,7 @@ sub_pc_factor_shift_type = nonzero
 ksp_rtol = 1.0e-8
 ksp_atol = 1.0e-12
 ksp_max_it = 300
-ksp_gmres_restart = 50
+ksp_gmres_restart = 100
 
 # Linear solver monitoring options.
 ksp_monitor = true



More information about the CIG-COMMITS mailing list