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

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Apr 9 03:04:13 PDT 2014


Repository : ssh://geoshell/pylith

On branches: knepley/fix-parallel-mult-faults,knepley/upgrade-petsc-interface,master,next
Link       : https://github.com/geodynamics/pylith/compare/a213c3005450d915f40c7137ff7d8dbbb439d334...1b3d6d3bc246edc4235d0051142d675d91e9be41

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

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