aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-10-01 18:58:19 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2006-10-01 18:58:19 +0000
commitd90b47851f0b58c7deabf408acff2d946a34cd11 (patch)
treea95ea0d840f790dcd8016426fd0034934e5950b6
parent3466e9e5632a2f15186980f20a6f7b2875e5fed3 (diff)
clarify scheduling for mask
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1479 f88db872-0e4f-0410-b76b-b9085cfa78c5
-rw-r--r--doc/documentation.tex20
1 files changed, 5 insertions, 15 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 018bd03..36ae58c 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1150,18 +1150,15 @@ or states with \thorn{SpaceMask} -- you must arrange for some other thorn(s)
to do this before \thorn{AHFinderDirect} tries to find the horizon(s).
If \thorn{AHFinderDirect} sets a mask or masks, this happens in the
-same schedule bin(s) as the horizon finding
-(see section~\ref{AHFinderDirect/sect-parameters/other-parameters}
-for a discussion of the parameters which control this).
-More precisely, \thorn{AHFinderDirect} creates two schedule groups
-for this purpose:
+same schedule bin(s) as the horizon finding. More precisely,
+\thorn{AHFinderDirect} creates two schedule groups for this purpose:
\begin{itemize}
\item The schedule group \verb|group_for_mask_stuff| is
scheduled to run just after the horizon is found.
\item The schedule group \verb|group_where_mask_is_set|
- is scheduled in (the schedule group) \verb|group_for_mask_stuff|.
-\item The actual setting of the mask is scheduled in
- (the schedule group) \verb|group_where_mask_is_set|.
+ is scheduled inside the schedule group \verb|group_for_mask_stuff|.
+\item The actual setting of the mask is scheduled inside
+ the schedule group \verb|group_where_mask_is_set|.
\end{itemize}
Thorn \thorn{PreviousMask} uses these schedule groups to keep a
``previous'' as well as a ``current'' mask. See that thorn's thorn
@@ -1314,8 +1311,6 @@ This is controlled by the following parameters:
still the default, but these parameters allow you to change this
so it runs in CCTK\_POSTSTEP and/or CCTK\_POSTINITIAL
instead. (You can even run in all three bins if you want!)
- \thorn{AHFinderDirect}'s scheculing is discussed in more detail
- In section~\ref{AHFinderDirect/sect-scheduling}.
\item[%%%
\begin{tabular}{@{}l@{}}
@@ -1453,11 +1448,6 @@ This is controlled by the following parameters:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section{Scheduling}
-\label{AHFinderDirect/sect-scheduling}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
\section{Monitoring \thorn{AHFinderDirect}'s Status}
There are two primary ways of monitoring what \thorn{AHFinderDirect}