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

brad at geodynamics.org brad at geodynamics.org
Tue Jun 9 14:34:25 PDT 2009


Author: brad
Date: 2009-06-09 14:34:24 -0700 (Tue, 09 Jun 2009)
New Revision: 15161

Modified:
   short/3D/PyLith/trunk/pylith/topology/Jacobian.py
Log:
Reverted matrix type to aij.

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



More information about the CIG-COMMITS mailing list