summaryrefslogtreecommitdiff
path: root/doc/UsersGuide
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-01-08 09:42:28 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-01-08 09:42:28 +0000
commit8b6d3b3c17c3a1175babb71a8e626bbeae83c370 (patch)
treeba183f0c7be69c471bac4d4f8a102dfecf17e934 /doc/UsersGuide
parent813a507028c11697b71e129b9c4b9467be428e6d (diff)
Adding brief description of allowed OPTIONS in schedule block statement.
Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@1983 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide')
-rw-r--r--doc/UsersGuide/Appendices.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 09c95df8..ae85db5e 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -323,6 +323,19 @@ Conditional constructs cannot be used inside of a schedule block.
in which case it switches storage on for the specified groups permanently,
subject to any conditional statements around the {\tt STORAGE} statement.
+\subsection{Allowed Options}
+
+\begin{Lentry}
+
+\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.
+
+\end{Lentry}
+
\chapter{Flesh parameters}
\label{sec:ccpa}