[cig-commits] r19380 - short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide

brad at geodynamics.org brad at geodynamics.org
Tue Jan 17 17:51:38 PST 2012


Author: brad
Date: 2012-01-17 17:51:38 -0800 (Tue, 17 Jan 2012)
New Revision: 19380

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

Modified: short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2012-01-17 18:45:32 UTC (rev 19379)
+++ short/3D/PyLith/branches/v1.6-stable/tests/2d/frictionslide/pylithapp.cfg	2012-01-18 01:51:38 UTC (rev 19380)
@@ -78,7 +78,7 @@
 
 [pylithapp.timedependent.interfaces]
 fault = pylith.faults.FaultCohesiveDyn
-fault.zero_tolerance = 1.0e-14
+fault.zero_tolerance = 1.0e-12
 
 [pylithapp.timedependent.interfaces.fault]
 id = 100
@@ -98,7 +98,7 @@
 
 # KSP
 ksp_rtol = 1.0e-14
-ksp_atol = 1.0e-17
+ksp_atol = 1.0e-15
 ksp_max_it = 50
 ksp_gmres_restart = 20
 
@@ -108,7 +108,7 @@
 
 # SNES
 snes_rtol = 1.0e-14
-snes_atol = 1.0e-15
+snes_atol = 1.0e-12
 snes_max_it = 100
 
 snes_monitor = true



More information about the CIG-COMMITS mailing list