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

brad at geodynamics.org brad at geodynamics.org
Fri May 14 21:30:05 PDT 2010


Author: brad
Date: 2010-05-14 21:30:04 -0700 (Fri, 14 May 2010)
New Revision: 16710

Modified:
   short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
Log:
Improved comment.

Modified: short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg
===================================================================
--- short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-05-15 03:24:46 UTC (rev 16709)
+++ short/3D/PyLith/trunk/examples/3d/hex8/pylithapp.cfg	2010-05-15 04:30:04 UTC (rev 16710)
@@ -1,6 +1,10 @@
 # -*- Python -*-
 [pylithapp]
 
+# This is not a self-contained simulation configuration file. This
+# file only specifies the general parameters common to the simulations
+# in this directory.
+
 # ----------------------------------------------------------------------
 # journal
 # ----------------------------------------------------------------------
@@ -69,7 +73,7 @@
 
 # Preconditioner settings.
 pc_type = asm
-sub_pc_factor_shift_type = none
+sub_pc_factor_shift_type = nonzero
 
 # Convergence parameters.
 ksp_rtol = 1.0e-8



More information about the CIG-COMMITS mailing list