[cig-commits] [commit] knepley/upgrade-petsc-interface: MeshIO Tests: Changed what seem to be clearly wrong test data (3cb90b6)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Fri Nov 8 15:00:54 PST 2013


Repository : ssh://geoshell/pylith

On branch  : knepley/upgrade-petsc-interface
Link       : https://github.com/geodynamics/pylith/compare/38bd3211afca7b7cd3c34e27e582f695f98327b9...44a899ad4662f73e26966c1cf40ca2eb5790ee6e

>---------------------------------------------------------------

commit 3cb90b61b04649377657fc6c0ed4470c4561ce50
Author: Matthew G. Knepley <knepley at gmail.com>
Date:   Fri Nov 8 17:02:29 2013 -0600

    MeshIO Tests: Changed what seem to be clearly wrong test data


>---------------------------------------------------------------

3cb90b61b04649377657fc6c0ed4470c4561ce50
 unittests/libtests/meshio/data/hex8_mat_cell_t10.vtk   | 2 +-
 unittests/libtests/meshio/data/hex8_mat_vertex_t10.vtk | 2 +-
 unittests/libtests/meshio/data/tri3_mat_cell_t10.vtk   | 2 +-
 unittests/libtests/meshio/data/tri3_mat_vertex_t10.vtk | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/unittests/libtests/meshio/data/hex8_mat_cell_t10.vtk b/unittests/libtests/meshio/data/hex8_mat_cell_t10.vtk
index a1bcb99..7f09467 100644
--- a/unittests/libtests/meshio/data/hex8_mat_cell_t10.vtk
+++ b/unittests/libtests/meshio/data/hex8_mat_cell_t10.vtk
@@ -20,7 +20,7 @@ POINTS 16 double
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 1 9
-8  2 4 5 3 8 10 11 9
+8  12 4 5 13 14 10 11 15
 CELL_TYPES 1
 12
 CELL_DATA 1
diff --git a/unittests/libtests/meshio/data/hex8_mat_vertex_t10.vtk b/unittests/libtests/meshio/data/hex8_mat_vertex_t10.vtk
index a1b07f4..fef972e 100644
--- a/unittests/libtests/meshio/data/hex8_mat_vertex_t10.vtk
+++ b/unittests/libtests/meshio/data/hex8_mat_vertex_t10.vtk
@@ -20,7 +20,7 @@ POINTS 16 double
 0.000000e+00 -1.000000e+00 1.000000e+00
 0.000000e+00 1.000000e+00 1.000000e+00
 CELLS 1 9
-8  2 4 5 3 8 10 11 9
+8  12 4 5 13 14 10 11 15
 CELL_TYPES 1
 12
 POINT_DATA 16
diff --git a/unittests/libtests/meshio/data/tri3_mat_cell_t10.vtk b/unittests/libtests/meshio/data/tri3_mat_cell_t10.vtk
index 0ef6a4b..5f76331 100644
--- a/unittests/libtests/meshio/data/tri3_mat_cell_t10.vtk
+++ b/unittests/libtests/meshio/data/tri3_mat_cell_t10.vtk
@@ -10,7 +10,7 @@ POINTS 6 double
 0.000000e+00 -1.000000e+00 0.0
 0.000000e+00 1.000000e+00 0.0
 CELLS 1 4
-3  1 3 2
+3  4 3 5
 CELL_TYPES 1
 5
 CELL_DATA 1
diff --git a/unittests/libtests/meshio/data/tri3_mat_vertex_t10.vtk b/unittests/libtests/meshio/data/tri3_mat_vertex_t10.vtk
index e8a7057..eb17426 100644
--- a/unittests/libtests/meshio/data/tri3_mat_vertex_t10.vtk
+++ b/unittests/libtests/meshio/data/tri3_mat_vertex_t10.vtk
@@ -10,7 +10,7 @@ POINTS 6 double
 0.000000e+00 -1.000000e+00 0.0
 0.000000e+00 1.000000e+00 0.0
 CELLS 1 4
-3  1 3 2
+3  4 3 5
 CELL_TYPES 1
 5
 POINT_DATA 6



More information about the CIG-COMMITS mailing list