From 0f3d4fb290766ee35cb39f7f3ce78c09d505010f Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Fri, 27 Sep 2013 16:47:41 -0700 Subject: CarpetTest: recreate test data in new CarpetIOASCII format data is still the same, for grid-arrays I modified the files by hand, for the grid function I regenerated after checking that data is identical --- Carpet/CarpetTest/test/arraysizes/arr3.xyz.asc | 88 ++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 Carpet/CarpetTest/test/arraysizes/arr3.xyz.asc (limited to 'Carpet/CarpetTest/test/arraysizes/arr3.xyz.asc') diff --git a/Carpet/CarpetTest/test/arraysizes/arr3.xyz.asc b/Carpet/CarpetTest/test/arraysizes/arr3.xyz.asc new file mode 100644 index 000000000..5b569acf7 --- /dev/null +++ b/Carpet/CarpetTest/test/arraysizes/arr3.xyz.asc @@ -0,0 +1,88 @@ +# CARPETTEST::arr3 x y z (arr3) +0 0 0 0 0 10101 +0 1 0 0 0 20101 +0 2 0 0 0 30101 + +0 0 1 0 0 10201 +0 1 1 0 0 20201 +0 2 1 0 0 30201 + +0 0 2 0 0 10301 +0 1 2 0 0 20301 +0 2 2 0 0 30301 + +0 0 3 0 0 10401 +0 1 3 0 0 20401 +0 2 3 0 0 30401 + + +0 0 0 1 0 10102 +0 1 0 1 0 20102 +0 2 0 1 0 30102 + +0 0 1 1 0 10202 +0 1 1 1 0 20202 +0 2 1 1 0 30202 + +0 0 2 1 0 10302 +0 1 2 1 0 20302 +0 2 2 1 0 30302 + +0 0 3 1 0 10402 +0 1 3 1 0 20402 +0 2 3 1 0 30402 + + +0 0 0 2 0 10103 +0 1 0 2 0 20103 +0 2 0 2 0 30103 + +0 0 1 2 0 10203 +0 1 1 2 0 20203 +0 2 1 2 0 30203 + +0 0 2 2 0 10303 +0 1 2 2 0 20303 +0 2 2 2 0 30303 + +0 0 3 2 0 10403 +0 1 3 2 0 20403 +0 2 3 2 0 30403 + + +0 0 0 3 0 10104 +0 1 0 3 0 20104 +0 2 0 3 0 30104 + +0 0 1 3 0 10204 +0 1 1 3 0 20204 +0 2 1 3 0 30204 + +0 0 2 3 0 10304 +0 1 2 3 0 20304 +0 2 2 3 0 30304 + +0 0 3 3 0 10404 +0 1 3 3 0 20404 +0 2 3 3 0 30404 + + +0 0 0 4 0 10105 +0 1 0 4 0 20105 +0 2 0 4 0 30105 + +0 0 1 4 0 10205 +0 1 1 4 0 20205 +0 2 1 4 0 30205 + +0 0 2 4 0 10305 +0 1 2 4 0 20305 +0 2 2 4 0 30305 + +0 0 3 4 0 10405 +0 1 3 4 0 20405 +0 2 3 4 0 30405 + + + + -- cgit v1.2.3