aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGV.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/pGV.h')
-rw-r--r--src/include/pGV.h16
1 files changed, 6 insertions, 10 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index 8219847..fad2fa3 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -51,17 +51,14 @@ typedef struct PGExtras
/* Ghosts and overlaps. */
int *nghostzones; /* Width of ghost zone */
- int *ownership[PUGH_NSTAGGER][2];
- /* The box owned in each direction. */
- /* [stagger][min/max][dir] */
+ int *ownership[2]; /* The box owned in each direction. */
+ /* [min/max][dir] */
- int **ghosts[PUGH_NSTAGGER][2];
- /* The ghost zones on each face. */
- /* [stagger][min/max][face][dir] */
+ int **ghosts[2]; /* The ghost zones on each face. */
+ /* [min/max][face][dir] */
- int **overlap[PUGH_NSTAGGER][2];
- /* The overlap region owned on each face. */
- /* [stagger][min/max][face][ijk] */
+ int **overlap[2]; /* The overlap region owned on each face. */
+ /* [min/max][face][ijk] */
} pGExtras;
@@ -96,7 +93,6 @@ typedef struct PGA
void *data; /* See the note above. */
int storage; /* Do we have storage or not? */
int npoints; /* Number of points (for memory statistics) */
- int *stagger; /* [dim] directional stagger indicies */
void *parent; /* The GH to which I belong */
/* Note this is struct PGH which is