[cig-commits] r18239 - short/3D/PyLith/benchmarks/trunk/static/performance/solvertest

brad at geodynamics.org brad at geodynamics.org
Mon Apr 18 13:03:41 PDT 2011


Author: brad
Date: 2011-04-18 13:03:41 -0700 (Mon, 18 Apr 2011)
New Revision: 18239

Modified:
   short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
Log:
Reset SNES and KSP atol to 1.0e-12.

Modified: short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg
===================================================================
--- short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2011-04-18 20:02:34 UTC (rev 18238)
+++ short/3D/PyLith/benchmarks/trunk/static/performance/solvertest/pylithapp.cfg	2011-04-18 20:03:41 UTC (rev 18239)
@@ -204,7 +204,7 @@
 pc_type = asm
 
 ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-20
+ksp_atol = 1.0e-12
 ksp_gmres_restart = 100
 ksp_max_it = 150
 
@@ -239,7 +239,7 @@
 
 [pylithapp.petsc]
 snes_rtol = 1.0e-8
-snes_atol = 1.0e-20
+snes_atol = 1.0e-12
 snes_max_it = 150
 
 snes_monitor = true



More information about the CIG-COMMITS mailing list