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

brad at geodynamics.org brad at geodynamics.org
Thu Jun 3 16:20:41 PDT 2010


Author: brad
Date: 2010-06-03 16:20:41 -0700 (Thu, 03 Jun 2010)
New Revision: 16887

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
Log:
Adjusted tolerance for nonlinear solve.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-06-03 23:17:31 UTC (rev 16886)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-06-03 23:20:41 UTC (rev 16887)
@@ -88,7 +88,7 @@
 
 # Nonlinear solver monitoring options.
 snes_rtol = 1.0e-8
-snes_atol = 1.0e-15
+snes_atol = 1.0e-12
 snes_max_it = 100
 snes_monitor = true
 snes_view = true



More information about the CIG-COMMITS mailing list