[cig-commits] r16940 - short/3D/PyLith/trunk/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Tue Jun 8 13:17:14 PDT 2010


Author: brad
Date: 2010-06-08 13:17:14 -0700 (Tue, 08 Jun 2010)
New Revision: 16940

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
Log:
Increase absolute tolerance.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-06-08 19:55:21 UTC (rev 16939)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-06-08 20:17:14 UTC (rev 16940)
@@ -77,7 +77,7 @@
 
 # Convergence parameters.
 ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-15
+ksp_atol = 1.0e-12
 ksp_max_it = 100
 ksp_gmres_restart = 50
 



More information about the CIG-COMMITS mailing list