[cig-commits] r16424 - short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4

brad at geodynamics.org brad at geodynamics.org
Mon Mar 15 16:42:06 PDT 2010


Author: brad
Date: 2010-03-15 16:42:05 -0700 (Mon, 15 Mar 2010)
New Revision: 16424

Modified:
   short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
Log:
Adjusted PETSc settings.

Modified: short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-03-15 23:37:21 UTC (rev 16423)
+++ short/3D/PyLith/trunk/playpen/friction/bar_shearwave/quad4/pylithapp.cfg	2010-03-15 23:42:05 UTC (rev 16424)
@@ -82,19 +82,21 @@
 
 ksp_rtol = 1.0e-8
 ksp_atol = 1.0e-10
-ksp_max_it = 100
-ksp_gmres_restart = 200
+ksp_max_it = 200
+ksp_gmres_restart = 250
 
 snes_max_it = 500
 
 ksp_monitor = true
 ksp_view = true
-log_summary = true
+ksp_converged_reason = true
 
 snes_monitor = true
 snes_view = true
 snes_converged_reason = true
 
+log_summary = true
+
 # ----------------------------------------------------------------------
 # output
 # ----------------------------------------------------------------------



More information about the CIG-COMMITS mailing list