[cig-commits] r17209 - short/3D/PyLith/trunk/unittests/pytests/topology/data

brad at geodynamics.org brad at geodynamics.org
Tue Sep 21 17:14:50 PDT 2010


Author: brad
Date: 2010-09-21 17:14:50 -0700 (Tue, 21 Sep 2010)
New Revision: 17209

Removed:
   short/3D/PyLith/trunk/unittests/pytests/topology/data/twotet4_nofault_refined2.mesh
Modified:
   short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am
Log:
Removed extra file.

Modified: short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am	2010-09-22 00:13:23 UTC (rev 17208)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/data/Makefile.am	2010-09-22 00:14:50 UTC (rev 17209)
@@ -18,9 +18,7 @@
 
 dist_noinst_DATA = \
 	tri3.mesh \
-	twotet4.mesh \
-	twotet4_nofault_refined2.mesh \
-	twotet4_fault_refined2.mesh
+	twotet4.mesh
 
 noinst_TMP =
 

Deleted: short/3D/PyLith/trunk/unittests/pytests/topology/data/twotet4_nofault_refined2.mesh
===================================================================
--- short/3D/PyLith/trunk/unittests/pytests/topology/data/twotet4_nofault_refined2.mesh	2010-09-22 00:13:23 UTC (rev 17208)
+++ short/3D/PyLith/trunk/unittests/pytests/topology/data/twotet4_nofault_refined2.mesh	2010-09-22 00:14:50 UTC (rev 17209)
@@ -1,106 +0,0 @@
-mesh = {
-  dimension = 3
-  use-index-zero = true
-  vertices = {
-    dimension = 3
-    count = 14
-    coordinates = {
-             0     -1.000000e+00      0.000000e+00      0.000000e+00
-             1      0.000000e+00     -1.000000e+00      0.000000e+00
-             2      0.000000e+00      0.000000e+00      1.000000e+00
-             3      0.000000e+00      1.000000e+00      0.000000e+00
-             4      1.000000e+00      0.000000e+00      0.000000e+00
-             5      0.000000e+00     -5.000000e-01      5.000000e-01
-             6      0.000000e+00      5.000000e-01      5.000000e-01
-             7      0.000000e+00      0.000000e+00      0.000000e+00
-             8     -5.000000e-01     -5.000000e-01      0.000000e+00
-             9     -5.000000e-01      0.000000e+00      5.000000e-01
-            10     -5.000000e-01      5.000000e-01      0.000000e+00
-            11      5.000000e-01     -5.000000e-01      0.000000e+00
-            12      5.000000e-01      5.000000e-01      0.000000e+00
-            13      5.000000e-01      0.000000e+00      5.000000e-01
-    }
-  }
-  cells = {
-    count = 16
-    num-corners = 4
-    simplices = {
-             0       1       8       5       7
-             1       2       9       6       5
-             2       3      10       7       6
-             3       0       8      10       9
-             4       5       8       9       6
-             5       6       9      10       8
-             6       7      10       8       6
-             7       5       6       7       8
-             8       1      11       7       5
-             9       3      12       6       7
-            10       2      13       5       6
-            11       4      11      13      12
-            12       7      11      12       6
-            13       6      12      13      11
-            14       5      13      11       6
-            15       7       6       5      11
-    }
-    material-ids = {
-             0   1
-             1   1
-             2   1
-             3   1
-             4   1
-             5   1
-             6   1
-             7   1
-             8   2
-             9   2
-            10   2
-            11   2
-            12   2
-            13   2
-            14   2
-            15   2
-    }
-  }
-  group = {
-    name = edge 1
-    type = vertices
-    count = 3
-    indices = {
-      0
-      1
-      8
-    }
-  }
-  group = {
-    name = edge 2
-    type = vertices
-    count = 3
-    indices = {
-      2
-      4
-      13
-    }
-  }
-  group = {
-    name = end points
-    type = vertices
-    count = 2
-    indices = {
-      0
-      4
-    }
-  }
-  group = {
-    name = fault
-    type = vertices
-    count = 6
-    indices = {
-      1
-      2
-      3
-      5
-      6
-      7
-    }
-  }
-}



More information about the CIG-COMMITS mailing list