[cig-commits] r15159 - short/3D/PyLith/trunk/pylith/topology

brad at geodynamics.org brad at geodynamics.org
Tue Jun 9 13:30:34 PDT 2009


Author: brad
Date: 2009-06-09 13:30:34 -0700 (Tue, 09 Jun 2009)
New Revision: 15159

Modified:
   short/3D/PyLith/trunk/pylith/topology/Jacobian.py
Log:
Switch default matrix type to sbaij (symmetric with block size of 1).

Modified: short/3D/PyLith/trunk/pylith/topology/Jacobian.py
===================================================================
--- short/3D/PyLith/trunk/pylith/topology/Jacobian.py	2009-06-09 18:36:29 UTC (rev 15158)
+++ short/3D/PyLith/trunk/pylith/topology/Jacobian.py	2009-06-09 20:30:34 UTC (rev 15159)
@@ -33,7 +33,7 @@
     """
     # If matrix type has not been set, then set it to a value that will work.
     if matrixType == "unknown":
-      matrixType = "aij"
+      matrixType = "sbaij"
 
     ModuleJacobian.__init__(self, fields, matrixType)
     return



More information about the CIG-COMMITS mailing list