[cig-commits] r16753 - short/3D/PyLith/trunk/pylith/problems

brad at geodynamics.org brad at geodynamics.org
Wed May 19 17:09:53 PDT 2010


Author: brad
Date: 2010-05-19 17:09:52 -0700 (Wed, 19 May 2010)
New Revision: 16753

Modified:
   short/3D/PyLith/trunk/pylith/problems/Formulation.py
Log:
Change default behavior to no custom fault pc.

Modified: short/3D/PyLith/trunk/pylith/problems/Formulation.py
===================================================================
--- short/3D/PyLith/trunk/pylith/problems/Formulation.py	2010-05-19 23:48:26 UTC (rev 16752)
+++ short/3D/PyLith/trunk/pylith/problems/Formulation.py	2010-05-20 00:09:52 UTC (rev 16753)
@@ -79,7 +79,7 @@
         "and Lagrange multipliers for separate preconditioning."
 
     useCustomConstraintPC = pyre.inventory.bool("use_custom_constraint_pc",
-                                                default=True)
+                                                default=False)
     useCustomConstraintPC.meta['tip'] = "Use custom preconditioner for " \
                                         "Lagrange constraints."
 



More information about the CIG-COMMITS mailing list