[cig-commits] r19257 - short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction

brad at geodynamics.org brad at geodynamics.org
Thu Dec 1 08:45:46 PST 2011


Author: brad
Date: 2011-12-01 08:45:46 -0800 (Thu, 01 Dec 2011)
New Revision: 19257

Modified:
   short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg
Log:
Updated tolerances.

Modified: short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg	2011-12-01 00:24:33 UTC (rev 19256)
+++ short/3D/PyLith/branches/v1.6-stable/tests/3d/cyclicfriction/pylithapp.cfg	2011-12-01 16:45:46 UTC (rev 19257)
@@ -114,7 +114,7 @@
 
 [pylithapp.timedependent.interfaces.fault]
 label = fault
-zero_tolerance = 1.0e-8
+zero_tolerance = 1.0e-10
 
 friction = pylith.friction.SlipWeakening
 friction.label = Slip weakening
@@ -170,8 +170,8 @@
 sub_pc_factor_shift_type = nonzero
 
 # Convergence parameters.
-ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-10
+ksp_rtol = 1.0e-10
+ksp_atol = 1.0e-12
 ksp_max_it = 100
 ksp_gmres_restart = 50
 
@@ -181,8 +181,8 @@
 ksp_converged_reason = true
 
 # Nonlinear solver monitoring options.
-snes_rtol = 1.0e-8
-snes_atol = 1.0e-7
+snes_rtol = 1.0e-10
+snes_atol = 1.0e-9
 snes_max_it = 100
 snes_monitor = true
 snes_ls_monitor = true



More information about the CIG-COMMITS mailing list