aboutsummaryrefslogtreecommitdiff
path: root/test/checkpoint/h.ah1.dx
diff options
context:
space:
mode:
Diffstat (limited to 'test/checkpoint/h.ah1.dx')
-rw-r--r--test/checkpoint/h.ah1.dx15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/checkpoint/h.ah1.dx b/test/checkpoint/h.ah1.dx
new file mode 100644
index 0000000..42d895a
--- /dev/null
+++ b/test/checkpoint/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"