aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-06-22 21:27:48 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2000-06-22 21:27:48 +0000
commit911831015d2c5b890510a9990aadb78f14f42767 (patch)
treefd6c01d2fa38a4da42744c4730b7890420e872bf /src/include
parent235a70613974577982ee899a8daca69a3ee3c548 (diff)
Added new driver overloadable function for querying array data such as lsh.
Put bbox onto the pGV structure to speed up calling this new overloadable function git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@228 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include')
-rw-r--r--src/include/pGV.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index e86afb1..18b00ce 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -44,6 +44,8 @@ typedef struct PGExtras
double maxskew; /* Maximum point skew */
int **lb; /* Lower bound (nprocs X dim) for each proc */
int **ub; /* Upper bound (same sizes) */
+ int *bbox; /* Flags physical/processor boundaries */
+ /* [2*dir] */
int *lnsize; /* Size on this processor */
int npoints; /* LOCAL number of points on this proc. */
int *rnpoints; /* Number of points on each proc */