[cig-commits] r20354 - short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction

brad at geodynamics.org brad at geodynamics.org
Tue Jun 12 11:53:36 PDT 2012


Author: brad
Date: 2012-06-12 11:53:36 -0700 (Tue, 12 Jun 2012)
New Revision: 20354

Modified:
   short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg
Log:
Tighted KSP tolerance so fieldsplit would converge.

Modified: short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg
===================================================================
--- short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg	2012-06-12 16:50:30 UTC (rev 20353)
+++ short/3D/PyLith/branches/v1.7-trunk/tests/3d/cyclicfriction/pylithapp.cfg	2012-06-12 18:53:36 UTC (rev 20354)
@@ -173,9 +173,9 @@
 sub_pc_factor_shift_type = nonzero
 
 # Convergence parameters.
-ksp_rtol = 1.0e-12
-ksp_atol = 1.0e-12
-ksp_max_it = 100
+ksp_rtol = 1.0e-15
+ksp_atol = 1.0e-13
+ksp_max_it = 400
 ksp_gmres_restart = 50
 
 # Linear solver monitoring options.



More information about the CIG-COMMITS mailing list