summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-07-02 23:05:34 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2011-07-02 23:05:34 +0000
commit17635e9238ddf993f9ccd962d637f3d08f806cfc (patch)
tree0c3c2640f84312294744c728f008b3b7a9d4342b /doc/UsersGuide
parent36f4ae043b465c333ee6ef615b751f9e92bd9c68 (diff)
Describe GLOBAL-EARLY, GLOBAL-LATE, META-EARLY and META-LATE
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4708 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/Appendices.tex16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 9f544369..a9995888 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -956,12 +956,28 @@ at the same time.
used, for example, to initialise external libraries, or to set up
data structures that live in global variables.
+\item[{\tt META-EARLY}] This option is identical to to {\tt META}
+ option with the exception that the routine will be called together
+ with the routines on the first subgrid.
+
+\item[{\tt META-LATE}] This option is identical to to {\tt META}
+ option with the exception that the routine will be called together
+ with the routines on the last subgrid.
+
\item[{\tt GLOBAL}] This routine will only be called once on a grid
hierarchy, not for all subgrids making up the hierarchy. This can
be used, for example, for analysis routines which use global
reduction or interpolation routines, rather than the local subgrid
passed to them, and hence should only be called once.
+\item[{\tt GLOBAL-EARLY}] This option is identical to to {\tt GLOBAL}
+ option with the exception that the routine will be called together
+ with the routines on the first subgrid.
+
+\item[{\tt GLOBAL-LATE}] This option is identical to to {\tt GLOBAL}
+ option with the exception that the routine will be called together
+ with the routines on the last subgrid.
+
\item[{\tt LEVEL}] This routine will only be called once on any
``level'' of the grid hierarchy. That is, it will only be called
once for any set of sub-grids which have the same