From 43e7ea15e2c5ed971376ceb7f3ceac9a5c425975 Mon Sep 17 00:00:00 2001 From: leicht Date: Wed, 21 Feb 2007 16:42:05 +0000 Subject: [PATCH] Update test grids for tecplot input to correspond to the new assumptions concerning coordinates, see patch 14492 git-svn-id: https://svn.dealii.org/trunk@14493 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/grid_tec_1.dat | 1 - tests/deal.II/grid_tec_2.dat | 10 +++++----- tests/deal.II/grid_tec_3.dat | 1 - tests/deal.II/grid_tec_4.dat | 8 ++++---- 4 files changed, 9 insertions(+), 11 deletions(-) diff --git a/tests/deal.II/grid_tec_1.dat b/tests/deal.II/grid_tec_1.dat index 56951b0aa3..8f4030e9a0 100644 --- a/tests/deal.II/grid_tec_1.dat +++ b/tests/deal.II/grid_tec_1.dat @@ -1,7 +1,6 @@ # coordinates x and y # new format of keys # unstructured data - TITLE = "quad Mesh File" VARIABLES = "X", "Y" ZONE T="Zone-4" N=8 E=4 C=BLACK DATAPACKING=POINT ZONETYPE=FEQUADRILATERAL diff --git a/tests/deal.II/grid_tec_2.dat b/tests/deal.II/grid_tec_2.dat index 8b63364078..321c2ce17c 100644 --- a/tests/deal.II/grid_tec_2.dat +++ b/tests/deal.II/grid_tec_2.dat @@ -1,4 +1,4 @@ -# coordinates to use: x and z +# coordinates to use: x and y # old format of keys # unstructured data, point format TITLE = "quad Mesh File" @@ -7,13 +7,13 @@ VARIABLES = "X", "Y", ZONE T="Zone-4" N= 8 E=4 C=BLACK F=FEPOINT DT=(SINGLE SINGLE SINGLE ) 1 0 0 -0 0 1 +0 1 0 -1 0 0 -0 0 -1 +0 -1 0 2 0 0 -0 0 2 +0 2 0 -2 0 0 -0 0 -2 +0 -2 0 1 5 6 2 2 6 7 3 diff --git a/tests/deal.II/grid_tec_3.dat b/tests/deal.II/grid_tec_3.dat index 9dd69e37a3..4ab19fefa5 100644 --- a/tests/deal.II/grid_tec_3.dat +++ b/tests/deal.II/grid_tec_3.dat @@ -1,7 +1,6 @@ # coordinates x and y # new format of keys # structured data (duplicated vertices), block format - TITLE = "quad Mesh File" VARIABLES = "X", "Y" ZONE T="Zone-4" I=5 J=2 C=BLACK DATAPACKING=BLOCK ZONETYPE=ORDERED diff --git a/tests/deal.II/grid_tec_4.dat b/tests/deal.II/grid_tec_4.dat index 859d61d9c0..a0c914f19e 100644 --- a/tests/deal.II/grid_tec_4.dat +++ b/tests/deal.II/grid_tec_4.dat @@ -1,4 +1,4 @@ -# coordinates to use: x and z +# coordinates to use: x and y # old format of keys # unstructured data, block format TITLE = "quad Mesh File" @@ -8,9 +8,9 @@ ZONE T="Zone-4" N= 8 E=4 C=BLACK F=FEBlock DT=(SINGLE SINGLE SINGLE ) 1 0 -1 0 2 0 -2 0 -0 0 0 0 0 0 0 0 -0 1 0 -1 -0 2 0 -2 +0 1 0 -1 0 2 0 -2 +0 0 0 +0 0 0 0 0 1 5 6 2 2 6 7 3 -- 2.39.5