[cig-commits] r21030 - short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/reverse

brad at geodynamics.org brad at geodynamics.org
Tue Nov 13 01:48:43 PST 2012


Author: brad
Date: 2012-11-13 01:48:43 -0800 (Tue, 13 Nov 2012)
New Revision: 21030

Modified:
   short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/reverse/pylithapp.cfg
Log:
Give absolute tolerance a reasonable value.

Modified: short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/reverse/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/reverse/pylithapp.cfg	2012-11-13 09:32:14 UTC (rev 21029)
+++ short/3D/PyLith/branches/v1.8-stable/examples/2d/greensfns/reverse/pylithapp.cfg	2012-11-13 09:48:43 UTC (rev 21030)
@@ -153,7 +153,7 @@
 sub_pc_factor_shift_type = nonzero
 
 ksp_rtol = 1.0e-8
-ksp_atol = 1.0e-20
+ksp_atol = 1.0e-10
 ksp_max_it = 500
 
 ksp_monitor = true



More information about the CIG-COMMITS mailing list