[cig-commits] r17146 - short/3D/PyLith/branches/v1.5-stable/pylith/perf

brad at geodynamics.org brad at geodynamics.org
Mon Aug 30 08:49:21 PDT 2010


Author: brad
Date: 2010-08-30 08:49:21 -0700 (Mon, 30 Aug 2010)
New Revision: 17146

Modified:
   short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py
Log:
Added additional cell types.

Modified: short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py	2010-08-30 15:49:03 UTC (rev 17145)
+++ short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py	2010-08-30 15:49:21 UTC (rev 17146)
@@ -26,6 +26,7 @@
   cellTypes = {(1,2): 'line2',
                (1,3): 'line3',
                (2,3): 'tri3',
+               (2,6): 'tri6',
                (2,4): 'quad4',
                (2,9): 'quad9',
                (3,4): 'tet4',



More information about the CIG-COMMITS mailing list