summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-20 08:42:46 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-10-20 08:42:46 +0000
commit8923cd7d738478a64b4c735eb77cb7a747c8c745 (patch)
treefa5a7b5290542fb4d4c90f0bfaf386ccb06620a4 /doc
parentb7f31b14be20947e74dc53a5ad074274cbe2341f (diff)
Correct documentation for the cGroup structure, which is for some
reason indexed under "CCTK_GroupData". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3872 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 01e21bad..27a1c362 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -2646,19 +2646,19 @@ The {\t cGroup} structure%%%
int vartype; /* variable type, as returned by CCTK_VarTypeNumber() */
int disttype; /* distribution type, */
/* as returned by CCTK_GroupDistribNumber() */
- int stagtype; /* an internal code representing the type of */
- /* grid staggering for this group's arrays (if any) */
- /* FIXME: what are the precise semantics of this? */
- int dim; /* dimensionality of the group */
- /* eg 3 for a group of 3-D variables */
+ int stagtype; /* stagger type, as accepted by CCTK_StaggerDirName() */
+ int dim; /* dimension (rank) of the group */
+ /* e.g. 3 for a group of 3-D variables */
int numvars; /* number of variables in the group */
- int numtimelevels; /* number of time levels for this group's variables */
- /* FIXME: is this the max number of time levels */
- /* allocated, or the current number? */
+ int numtimelevels; /* maximum number of time levels for this group's variables */
int vectorgroup; /* 1 if this is a vector group, 0 if it's not */
- int vectorlength; /* length of vector group */
- /* (i.e. number of grid variables in the group), */
- /* or unused if this isn't a vector group */
+ int vectorlength; /* vector length of group */
+ /* (i.e. number of vector elements) */
+ /* (it is numvars = vectorlength * num_basevars, */
+ /* where num_basevars is the number of */
+ /* variables that have been given names in the */
+ /* interface.ccl) */
+ /* 1 if this isn't a vector group */
int tagstable; /* handle to the group's tags table; */
/* this is a Cactus key-value table used to store */
/* metadata about the group and its variables, */