summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-26 12:12:25 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-11-26 12:12:25 +0000
commit0d5cac9bbf9d47bcf2b428f9eec66793f459ec2a (patch)
tree10aa0f741e5325da4bba3186e8090741b52459af /doc/UsersGuide/ThornWriters.tex
parenta78302e02db75eefebcaea943239ec48099c556e (diff)
How to schedule multiple ANALYSIS routines which are all triggered by the
same trigger variables. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3466 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index 9cb52cac..9bb81075 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -1314,8 +1314,12 @@ ANALYSIS timebin first a check is made to see if the routine should
actually be called on this timestep. For this, all grid variables in the
trigger groups for the routine are checked with all registered output
methods to determine if it is time to output any triggers. The routine
-will only be called if at least one is due to be output. Routines from
-all other timebins are always called.
+will only be called if at least one is due to be output. Note that once
+a grid variable has been analyzed it gets marked as such and will not
+be analyzed again during this iteration. Thus if more than one analysis
+routine should be triggered on the same trigger variable(s) they must
+be scheduled in a single group.\\
+Routines from all timebins other than ANALYSIS are always called.
Next storage is assigned for any required variables, remembering the
original state of storage.