[cig-commits] r14928 - short/3D/PyLith/trunk/pylith/perf

knepley at geodynamics.org knepley at geodynamics.org
Fri May 8 11:56:06 PDT 2009


Author: knepley
Date: 2009-05-08 11:56:06 -0700 (Fri, 08 May 2009)
New Revision: 14928

Modified:
   short/3D/PyLith/trunk/pylith/perf/Mesh.py
Log:
Small logging fix


Modified: short/3D/PyLith/trunk/pylith/perf/Mesh.py
===================================================================
--- short/3D/PyLith/trunk/pylith/perf/Mesh.py	2009-05-08 18:33:10 UTC (rev 14927)
+++ short/3D/PyLith/trunk/pylith/perf/Mesh.py	2009-05-08 18:56:06 UTC (rev 14928)
@@ -3,7 +3,8 @@
 from Memory import Memory
 
 class Mesh(Memory):
-  cellTypes = {(2,3): 'tri3',
+  cellTypes = {(1,2): 'line2',
+               (2,3): 'tri3',
                (2,4): 'quad4',
                (3,4): 'tet4',
                (3,8): 'hex8'



More information about the CIG-COMMITS mailing list