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

brad at geodynamics.org brad at geodynamics.org
Tue Jul 12 08:16:09 PDT 2011


Author: brad
Date: 2011-07-12 08:16:09 -0700 (Tue, 12 Jul 2011)
New Revision: 18740

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg
Log:
Tighted absolute tolerance for SNES.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg	2011-07-12 15:12:31 UTC (rev 18739)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/pylithapp.cfg	2011-07-12 15:16:09 UTC (rev 18740)
@@ -90,7 +90,7 @@
 
 # Nonlinear solver monitoring options.
 snes_rtol = 1.0e-8
-snes_atol = 1.0e-12
+snes_atol = 1.0e-18
 snes_max_it = 100
 snes_monitor = true
 snes_view = true



More information about the CIG-COMMITS mailing list