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

brad at geodynamics.org brad at geodynamics.org
Thu Sep 2 17:24:07 PDT 2010


Author: brad
Date: 2010-09-02 17:24:07 -0700 (Thu, 02 Sep 2010)
New Revision: 17167

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

Modified: short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py	2010-09-03 00:23:39 UTC (rev 17166)
+++ short/3D/PyLith/branches/v1.5-stable/pylith/perf/Mesh.py	2010-09-03 00:24:07 UTC (rev 17167)
@@ -31,6 +31,7 @@
                (2,9): 'quad9',
                (3,4): 'tet4',
                (3,8): 'hex8',
+               (3,10): 'tet10',
                (3,27): 'hex27'
                }
 



More information about the CIG-COMMITS mailing list