[cig-commits] r16105 - short/3D/PyLith/trunk/playpen/friction/tet4

surendra at geodynamics.org surendra at geodynamics.org
Wed Dec 16 13:46:16 PST 2009


Author: surendra
Date: 2009-12-16 13:46:16 -0800 (Wed, 16 Dec 2009)
New Revision: 16105

Modified:
   short/3D/PyLith/trunk/playpen/friction/tet4/tet4.mesh
Log:
Edit tet4.mesh friction example connectivity array (still not working)

Modified: short/3D/PyLith/trunk/playpen/friction/tet4/tet4.mesh
===================================================================
--- short/3D/PyLith/trunk/playpen/friction/tet4/tet4.mesh	2009-12-16 16:02:31 UTC (rev 16104)
+++ short/3D/PyLith/trunk/playpen/friction/tet4/tet4.mesh	2009-12-16 21:46:16 UTC (rev 16105)
@@ -49,16 +49,16 @@
     // List the information as:
     // Cell number (starting from zero), vertex 0, vertex 1, etc.
     simplices = {
-             0       0  2  6  1 // reversed
+             0       0  2  1  6 // reversed
              1       2  1  6  7
              2       2  7  6  8
-             3       3  1  9  2 // reversed
+             3       3  1  2  9 // reversed
              4       1  2  9  8
              5       1  8  9  7
-             6       2  4  8  3 // reversed
-             7       4  9  8  9 // repeated node
+             6       2  4  3  8 // reversed
+             7       4  3  8  9 // repeated node
              8       4  9  8 10 
-             9       5  3 11  4
+             9       5  3  4 11
             10       3  4 11 10
             11       3 10 11  9
     }
@@ -86,19 +86,6 @@
   // Here we list different groups (cells or vertices) that we want to associate
   // with a particular name (ID).
 
-  // This group of vertices may be used to define a fault.
-  // There are 4 vertices corresponding to indices 2, 3, 8, and 9.
-  group = {
-    name = fault
-    type = vertices
-    count = 4
-    indices = {
-      2
-      3
-      8
-      9
-    }
-  }
 
   group = {
     name = x_neg



More information about the CIG-COMMITS mailing list