[cig-commits] r4555 - short/3D/PyLith/trunk/playpen/meshio/test

baagaard at geodynamics.org baagaard at geodynamics.org
Fri Sep 15 10:41:14 PDT 2006


Author: baagaard
Date: 2006-09-15 10:41:14 -0700 (Fri, 15 Sep 2006)
New Revision: 4555

Added:
   short/3D/PyLith/trunk/playpen/meshio/test/tri4.mesh
Log:
New example.

Added: short/3D/PyLith/trunk/playpen/meshio/test/tri4.mesh
===================================================================
--- short/3D/PyLith/trunk/playpen/meshio/test/tri4.mesh	2006-09-15 17:38:57 UTC (rev 4554)
+++ short/3D/PyLith/trunk/playpen/meshio/test/tri4.mesh	2006-09-15 17:41:14 UTC (rev 4555)
@@ -0,0 +1,24 @@
+mesh = {
+  dimension = 2
+  vertices = {
+    dimension = 2
+    count = 5
+    coordinates = {
+       0.0  1.0
+      -1.0  0.0
+       0.0  0.0
+       1.0  0.0
+       0.0 -1.0
+    }
+  }
+  cells = {
+    num-corners = 3
+    count = 4
+    simplices = {
+      0  1  2
+      0  2  3
+      1  4  2
+      2  4  3
+    }
+  }
+}



More information about the cig-commits mailing list