aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint2/h.ah1.dx
diff options
context:
space:
mode:
authorrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-04-28 19:12:20 +0000
committerrhaas <rhaas@f88db872-0e4f-0410-b76b-b9085cfa78c5>2012-04-28 19:12:20 +0000
commita00e74d177b8689b472b1674f23561e5581521b7 (patch)
tree4ab8bf54cb12913b67f8a159d23cd890e1367495 /test/checkpoint2/h.ah1.dx
parent6610ba2a0fee45722ecf26f1cc04efbee667c832 (diff)
remove BSSN_MoL tests, switch to ML_BSSN from ML_BSSN_O2
The BSSN_MoL tests either used LegoExcision (which we will remove) or have equivalent ML tests. The ML tests now use fdOrder and still pass with the old data (only modification to hdf5 file was renaming of datasets and regeneration of the Parameters group) git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1563 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'test/checkpoint2/h.ah1.dx')
-rw-r--r--test/checkpoint2/h.ah1.dx15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/checkpoint2/h.ah1.dx b/test/checkpoint2/h.ah1.dx
deleted file mode 100644
index 42d895a..0000000
--- a/test/checkpoint2/h.ah1.dx
+++ /dev/null
@@ -1,15 +0,0 @@
-# list the size of each patch (N_rho x N_sigma)
-object "+z patch" class array type int rank 1 shape 2 items 1 data follows 19 19
-object "+x patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-object "+y patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-object "-x patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-object "-y patch" class array type int rank 1 shape 2 items 1 data follows 10 19
-
-# collect all patch sizes into a single OpenDX group
-# for the ImportAHFinderDirectGnuplot macro to read
-object "patchsizes" class group
-member 0 value "+z patch"
-member 1 value "+x patch"
-member 2 value "+y patch"
-member 3 value "-x patch"
-member 4 value "-y patch"