aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint2/h.ah2.dx
diff options
context:
space:
mode:
authorsvnadmin <svnadmin@f88db872-0e4f-0410-b76b-b9085cfa78c5>2008-06-26 13:51:26 +0000
committersvnadmin <svnadmin@f88db872-0e4f-0410-b76b-b9085cfa78c5>2008-06-26 13:51:26 +0000
commit9716af1598ddfd2ab8ee7198b35cca1df312c4fd (patch)
tree5f903e795434362f0360ee2e3e65a27e6c6601c3 /test/checkpoint2/h.ah2.dx
parent8cb0df53b3d5d615624b9bffdcc11cf13905cfc0 (diff)
Make "Erik" branch the default trunk for AHFinderDirect.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1526 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'test/checkpoint2/h.ah2.dx')
-rw-r--r--test/checkpoint2/h.ah2.dx15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/checkpoint2/h.ah2.dx b/test/checkpoint2/h.ah2.dx
new file mode 100644
index 0000000..42d895a
--- /dev/null
+++ b/test/checkpoint2/h.ah2.dx
@@ -0,0 +1,15 @@
+# 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"