aboutsummaryrefslogtreecommitdiff
path: root/test/misner1.2-025/h.ah1.dx
blob: 31162956c7551c5ec6224fef94ad135bc9c7d6d2 (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 10 10
object "+x patch" class array type int rank 1 shape 2 items 1 data follows 19 10
object "+y patch" class array type int rank 1 shape 2 items 1 data follows 19 10
object "-z patch" class array type int rank 1 shape 2 items 1 data follows 10 10

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