aboutsummaryrefslogtreecommitdiff
path: root/test/misner1.2-025/h.ah1.dx
blob: 55e04f66b64ea1a7bf9f29cb0f653f90a0f3112c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 11 11
object "+x patch" class array type int rank 1 shape 2 items 1 data follows 21 11
object "+y patch" class array type int rank 1 shape 2 items 1 data follows 21 11
object "-z patch" class array type int rank 1 shape 2 items 1 data follows 11 11

# 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 "-z patch"