[cig-commits] r14989 - short/3D/PyLith/trunk/unittests/pytests/feassemble

brad at geodynamics.org brad at geodynamics.org
Tue May 12 14:57:28 PDT 2009


Author: brad
Date: 2009-05-12 14:57:28 -0700 (Tue, 12 May 2009)
New Revision: 14989

Modified:
   short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py
Log:
Added computeGeometry() for single cell to eliminate need to store quadrature information. Changed interface to quadrature engine compute geometry.

Modified: short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py	2009-05-12 21:54:54 UTC (rev 14988)
+++ short/3D/PyLith/trunk/unittests/pytests/feassemble/TestSubMeshQuadrature.py	2009-05-12 21:57:28 UTC (rev 14989)
@@ -128,6 +128,8 @@
                                           quadrature.quadPtsRef()))
     self.assertTrue(TestArray_checkDouble(quadWtsE.ravel(),
                                           quadrature.quadWts()))
+
+    quadrature.initializeGeometry()
     return
 
 



More information about the CIG-COMMITS mailing list