aboutsummaryrefslogtreecommitdiff
path: root/test/bl0.75-025/h.ah2.dx
diff options
context:
space:
mode:
Diffstat (limited to 'test/bl0.75-025/h.ah2.dx')
-rw-r--r--test/bl0.75-025/h.ah2.dx11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/bl0.75-025/h.ah2.dx b/test/bl0.75-025/h.ah2.dx
new file mode 100644
index 0000000..39c47e6
--- /dev/null
+++ b/test/bl0.75-025/h.ah2.dx
@@ -0,0 +1,11 @@
+# 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 16 16
+object "+x patch" class array type int rank 1 shape 2 items 1 data follows 16 16
+object "+y patch" class array type int rank 1 shape 2 items 1 data follows 16 16
+
+# 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"