aboutsummaryrefslogtreecommitdiff
path: root/src/include/pGV.h
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-07 10:06:32 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-10-07 10:06:32 +0000
commite8cdd90785ee3239b9ba8ffdb974d1b3450f231c (patch)
treeae70f698996c2451c6505dddb121089c2d69db5c /src/include/pGV.h
parent21374b8c6a67f5d8ddf11a14a2353b7ee11c0054 (diff)
Preliminary support for 'vector' Grid Variables (see commits to interface_parser.ccl for
syntax). Works for GFs and GAs, but not implemented yet for GSs. Please treat this as volatile until it is documented, and let me know if you are using it. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@351 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'src/include/pGV.h')
-rw-r--r--src/include/pGV.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/pGV.h b/src/include/pGV.h
index 3c5b8bb..fd6edd8 100644
--- a/src/include/pGV.h
+++ b/src/include/pGV.h
@@ -120,6 +120,9 @@ typedef struct PGA
pComm *comm; /* comm buffer for single variable */
pComm *groupcomm; /* comm buffer for a variable group */
+ int vector_size;
+ int vector_entry;
+ struct PGA *vector_base;
} pGA;
typedef struct PGV