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

brad at geodynamics.org brad at geodynamics.org
Tue Jul 12 14:20:35 PDT 2011


Author: brad
Date: 2011-07-12 14:20:34 -0700 (Tue, 12 Jul 2011)
New Revision: 18743

Modified:
   short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step14.cfg
Log:
Added relative and absolute tolerances to friction solve for rate and state friction example.

Modified: short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step14.cfg
===================================================================
--- short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step14.cfg	2011-07-12 16:27:58 UTC (rev 18742)
+++ short/3D/PyLith/branches/v1.6-stable/examples/3d/hex8/step14.cfg	2011-07-12 21:20:34 UTC (rev 18743)
@@ -160,6 +160,8 @@
 friction_sub_pc_factor_shift_type = nonzero
 friction_ksp_max_it = 25
 friction_ksp_gmres_restart = 30
+friction_ksp_rtol = 1.0e-10
+friction_ksp_atol = 1.0e-12
 # Uncomment to view details of friction sensitivity solve.
 #friction_ksp_monitor = true
 #friction_ksp_view = true



More information about the CIG-COMMITS mailing list