From ec7a45c326dd5af5d75bb17ae09a4ea938e36164 Mon Sep 17 00:00:00 2001 From: schnetter Date: Sat, 19 Jul 2003 10:20:45 +0000 Subject: Add glossary entry "local array". git-svn-id: http://svn.cactuscode.org/flesh/trunk@3307 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/Appendices.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'doc/UsersGuide') 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, -- cgit v1.2.3