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

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


Author: surendra
Date: 2009-12-16 13:50:54 -0800 (Wed, 16 Dec 2009)
New Revision: 16106

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 21:46:16 UTC (rev 16105)
+++ short/3D/PyLith/trunk/playpen/friction/tet4/tet4.mesh	2009-12-16 21:50:54 UTC (rev 16106)
@@ -86,6 +86,19 @@
   // 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