From 17635e9238ddf993f9ccd962d637f3d08f806cfc Mon Sep 17 00:00:00 2001 From: eschnett Date: Sat, 2 Jul 2011 23:05:34 +0000 Subject: 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 --- doc/UsersGuide/Appendices.tex | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc/UsersGuide/Appendices.tex') 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 -- cgit v1.2.3