[cig-commits] r13119 - short/3D/PyLith/trunk/libsrc/feassemble

brad at geodynamics.org brad at geodynamics.org
Tue Oct 21 20:59:00 PDT 2008


Author: brad
Date: 2008-10-21 20:59:00 -0700 (Tue, 21 Oct 2008)
New Revision: 13119

Modified:
   short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc
Log:
Temporarily commented out conditioning check. Need switch and more checking of implementation in 1-D and 2-D.

Modified: short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc
===================================================================
--- short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc	2008-10-22 03:30:47 UTC (rev 13118)
+++ short/3D/PyLith/trunk/libsrc/feassemble/ElasticityImplicit.cc	2008-10-22 03:59:00 UTC (rev 13119)
@@ -408,7 +408,7 @@
 
     CALL_MEMBER_FN(*this, elasticityJacobianFn)(elasticConsts);
 
-#if 1
+#if 0
     int     n = numBasis*spaceDim, lwork = 5*n, idummy, lierr;
     double *elemMat = new double[n*n];
     double *svalues = new double[n];



More information about the CIG-COMMITS mailing list