[cig-commits] r19646 - short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8

brad at geodynamics.org brad at geodynamics.org
Fri Feb 17 17:25:41 PST 2012


Author: brad
Date: 2012-02-17 17:25:41 -0800 (Fri, 17 Feb 2012)
New Revision: 19646

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/test.cfg
Log:
Updated tolerances.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/test.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/test.cfg	2012-02-18 01:19:15 UTC (rev 19645)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/test.cfg	2012-02-18 01:25:41 UTC (rev 19646)
@@ -119,7 +119,7 @@
 [pylithapp.timedependent.interfaces.fault]
 # The label corresponds to the name of the nodeset in CUBIT.
 label = fault
-zero_tolerance = 1.0e-12
+zero_tolerance = 1.0e-11
 
 # Use the rate-and-state aging friction model.
 friction = pylith.friction.RateStateAgeing
@@ -171,10 +171,10 @@
 
 # Reduce convergence tolerances.
 ksp_rtol = 1.0e-16
-ksp_atol = 1.0e-15
+ksp_atol = 1.0e-12
 
 snes_rtol = 1.0e-14
-snes_atol = 1.0e-12
+snes_atol = 1.0e-10
 
 snes_max_it = 200
 info = 1



More information about the CIG-COMMITS mailing list