[cig-commits] r21027 - short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/strikeslip

brad at geodynamics.org brad at geodynamics.org
Tue Nov 13 01:30:47 PST 2012


Author: brad
Date: 2012-11-13 01:30:47 -0800 (Tue, 13 Nov 2012)
New Revision: 21027

Modified:
   short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/strikeslip/pylithapp.cfg
Log:
Give absolute tolerance a reasonable value.

Modified: short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/strikeslip/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/strikeslip/pylithapp.cfg	2012-11-13 03:49:29 UTC (rev 21026)
+++ short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/strikeslip/pylithapp.cfg	2012-11-13 09:30:47 UTC (rev 21027)
@@ -154,7 +154,7 @@
 sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-20
+ksp_atol = 1.0e-10
 ksp_max_it = 500
 
 ksp_monitor = true



More information about the CIG-COMMITS mailing list