[cig-commits] r17152 - short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data

brad at geodynamics.org brad at geodynamics.org
Mon Aug 30 13:39:06 PDT 2010


Author: brad
Date: 2010-08-30 13:39:06 -0700 (Mon, 30 Aug 2010)
New Revision: 17152

Modified:
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_cell_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_vertex_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_cell_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_vertex_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_cell_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_vertex_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_cell_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_t10.vtk
   short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_vertex_t10.vtk
Log:
Updated for adjustment of vertex order on hex faces and VTK cell type for points.

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_cell_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_cell_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_cell_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -12,8 +12,8 @@
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 2 10
-4  6 7 1 0
-4  4 5 3 2
+4  0 6 7 1
+4  2 4 5 3
 CELL_TYPES 2
 9
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -12,8 +12,8 @@
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 2 10
-4  6 7 1 0
-4  4 5 3 2
+4  0 6 7 1
+4  2 4 5 3
 CELL_TYPES 2
 9
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_vertex_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_vertex_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_bc_vertex_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -12,8 +12,8 @@
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 2 10
-4  6 7 1 0
-4  4 5 3 2
+4  0 6 7 1
+4  2 4 5 3
 CELL_TYPES 2
 9
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_cell_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_cell_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_cell_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -8,7 +8,7 @@
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 1 5
-4  2 3 1 0
+4  1 0 2 3
 CELL_TYPES 1
 9
 CELL_DATA 1

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -8,6 +8,6 @@
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 1 5
-4  2 3 1 0
+4  1 0 2 3
 CELL_TYPES 1
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_vertex_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_vertex_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_fault_vertex_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -8,7 +8,7 @@
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 1 5
-4  2 3 1 0
+4  1 0 2 3
 CELL_TYPES 1
 9
 POINT_DATA 4

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_cell_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_cell_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_cell_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -10,8 +10,8 @@
 1.000000e+00 -1.000000e+00 1.000000e+00
 1.000000e+00 1.000000e+00 1.000000e+00
 CELLS 2 10
-4  2 3 1 0
-4  4 5 3 2
+4  0 2 3 1
+4  2 4 5 3
 CELL_TYPES 2
 9
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -10,8 +10,8 @@
 1.000000e+00 -1.000000e+00 1.000000e+00
 1.000000e+00 1.000000e+00 1.000000e+00
 CELLS 2 10
-4  2 3 1 0
-4  4 5 3 2
+4  0 2 3 1
+4  2 4 5 3
 CELL_TYPES 2
 9
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_vertex_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_vertex_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/hex8_surf_vertex_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -10,8 +10,8 @@
 1.000000e+00 -1.000000e+00 1.000000e+00
 1.000000e+00 1.000000e+00 1.000000e+00
 CELLS 2 10
-4  2 3 1 0
-4  4 5 3 2
+4  0 2 3 1
+4  2 4 5 3
 CELL_TYPES 2
 9
 9

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_cell_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_cell_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_cell_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -7,7 +7,7 @@
 CELLS 1 2
 1  0
 CELL_TYPES 1
--1
+1
 CELL_DATA 1
 VECTORS traction double
 1.100000e+00 2.200000e+00 0.0

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -7,4 +7,4 @@
 CELLS 1 2
 1  0
 CELL_TYPES 1
--1
+1

Modified: short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_vertex_t10.vtk
===================================================================
--- short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_vertex_t10.vtk	2010-08-30 20:27:52 UTC (rev 17151)
+++ short/3D/PyLith/branches/v1.5-stable/unittests/libtests/meshio/data/line2_surf_vertex_t10.vtk	2010-08-30 20:39:06 UTC (rev 17152)
@@ -7,7 +7,7 @@
 CELLS 1 2
 1  0
 CELL_TYPES 1
--1
+1
 POINT_DATA 1
 VECTORS displacements double
 1.100000e+00 2.200000e+00 0.0



More information about the CIG-COMMITS mailing list