summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-19 10:20:45 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-19 10:20:45 +0000
commitec7a45c326dd5af5d75bb17ae09a4ea938e36164 (patch)
tree2f735db30cc18569ef993a6ee0b40f8ed688255d /doc/UsersGuide
parent8568d676cfe1a2d24db94f2d1a07e8151e8b607b (diff)
Add glossary entry "local array".
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3307 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/Appendices.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index d7af2074..e5142f3d 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -85,10 +85,10 @@
\item[{\tt grid array}]
A {\it grid variable} whose global size need not be that of the computational
grid; instead, the size is declared explicitly in an \verb|interface.ccl|
- file.
+ file. (See also {\it local array}.)
\item[{\tt grid function}]
A {\it grid variable} whose global size is the size of the
- computational grid
+ computational grid. (See also {\it local array}.)
\item[{\tt grid hierarchy}]
A computational grid, and the grid variables associated with it.
\item[{\tt grid scalar}]
@@ -126,6 +126,10 @@
grid array coordinate space), return $M$ values on each requested
processor at each interpolation point. (See also {\it local
interpolation})
+\item[{\tt local array}]
+ An array that is declared in normal code, as opposed to a {\it grid
+ array} that is declared in an \verb|interface.ccl|. Cactus knows
+ nothing about local arrays.
\item[{\tt local interpolation}]
Given $N$ arrays on the current processor
with a given coordinate system,