aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-12 16:09:41 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-05-12 16:09:41 +0000
commit3aac6f66c02f575131e37b4c04b18662306d04ad (patch)
treef5625b4246d8fec070e2e908b9fa6952cba51b12 /test
parent14f6f47706d39a340c6ef88550fe994732d8f6cf (diff)
OpenDX control file for testsuite
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1334 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'test')
-rw-r--r--test/Kerr/h.ah1.dx15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/Kerr/h.ah1.dx b/test/Kerr/h.ah1.dx
new file mode 100644
index 0000000..42d895a
--- /dev/null
+++ b/test/Kerr/h.ah1.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"