[cig-commits] r19726 - in short/3D/PyLith/trunk/unittests/libtests/meshio: . data

knepley at geodynamics.org knepley at geodynamics.org
Mon Mar 5 11:57:56 PST 2012


Author: knepley
Date: 2012-03-05 11:57:55 -0800 (Mon, 05 Mar 2012)
New Revision: 19726

Modified:
   short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKPointsCases.cc
   short/3D/PyLith/trunk/unittests/libtests/meshio/data/hex8_points_vertex_t10.vtk
Log:
Flipped hex8 fault back and corrected test output

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKPointsCases.cc
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKPointsCases.cc	2012-03-05 06:13:16 UTC (rev 19725)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/TestDataWriterVTKPointsCases.cc	2012-03-05 19:57:55 UTC (rev 19726)
@@ -76,7 +76,7 @@
 { // setUp
   TestDataWriterVTKPoints::setUp();
   _data = new DataWriterVTKDataPointsHex8;
-  _flipFault = true;
+  _flipFault = false;
   _initialize();
 } // setUp
 

Modified: short/3D/PyLith/trunk/unittests/libtests/meshio/data/hex8_points_vertex_t10.vtk
===================================================================
--- short/3D/PyLith/trunk/unittests/libtests/meshio/data/hex8_points_vertex_t10.vtk	2012-03-05 06:13:16 UTC (rev 19725)
+++ short/3D/PyLith/trunk/unittests/libtests/meshio/data/hex8_points_vertex_t10.vtk	2012-03-05 19:57:55 UTC (rev 19726)
@@ -19,19 +19,19 @@
 1
 POINT_DATA 4
 VECTORS displacements double
-1.193750e+01 1.303750e+01 1.390000e+01
+5.937500e+00 7.037500e+00 7.950000e+00
 5.925000e+00 7.025000e+00 8.125000e+00
 2.950000e+00 4.050000e+00 5.150000e+00
 4.500000e+00 5.600000e+00 6.700000e+00
 SCALARS pressure double 1
 LOOKUP_TABLE default
-1.077500e+00
+8.550000e+00
 7.950000e+00
 1.105000e+01
 7.600000e+00
 SCALARS other double 2
 LOOKUP_TABLE default
-4.112500e+00 4.537500e+00
+4.575000e+00 5.487500e+00
 4.550000e+00 5.650000e+00
 2.400000e+00 3.500000e+00
 3.500000e+00 4.600000e+00



More information about the CIG-COMMITS mailing list