[cig-commits] r19089 - short/3D/PyLith/branches/v1.6-stable/pylith/faults

brad at geodynamics.org brad at geodynamics.org
Tue Oct 18 11:28:55 PDT 2011


Author: brad
Date: 2011-10-18 11:28:55 -0700 (Tue, 18 Oct 2011)
New Revision: 19089

Modified:
   short/3D/PyLith/branches/v1.6-stable/pylith/faults/FaultCohesiveDyn.py
Log:
Increased default value for zero tolerance consistent with typical solver settings.

Modified: short/3D/PyLith/branches/v1.6-stable/pylith/faults/FaultCohesiveDyn.py
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/pylith/faults/FaultCohesiveDyn.py	2011-10-18 18:10:26 UTC (rev 19088)
+++ short/3D/PyLith/branches/v1.6-stable/pylith/faults/FaultCohesiveDyn.py	2011-10-18 18:28:55 UTC (rev 19089)
@@ -56,7 +56,7 @@
 
   import pyre.inventory
 
-  zeroTolerance = pyre.inventory.float("zero_tolerance", default=1.0e-12,
+  zeroTolerance = pyre.inventory.float("zero_tolerance", default=1.0e-10,
                                        validator=pyre.inventory.greaterEqual(0.0))
   zeroTolerance.meta['tip'] = "Tolerance for detecting zero values."
 



More information about the CIG-COMMITS mailing list