aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-09-27 14:27:50 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2004-09-27 14:27:50 +0000
commit2d0243f9b963027c3a0e810debcdf8fc3a25052b (patch)
tree4f3fc2bbc4d21d632f6fcf2e01fd3f0f71d100e3 /doc
parent8b331c418fdcde10689734f5872a47511c59dc37 (diff)
document new parameters
run_at_CCTK_ANALYSIS run_at_CCTK_POSTSTEP git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1384 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c8ef043..d55b083 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1272,6 +1272,20 @@ This is controlled by the following parameters:
\begin{description}
\item[%%%
\begin{tabular}{@{}l@{}}
+ \code{run\_at\_CCTK\_ANALYSIS} \\
+ \code{run\_at\_CCTK\_POSTSTEP} %%%\\
+ \end{tabular}
+ ]
+\mbox{}\\
+ These parameters (which default to \verb|"true"| and \verb|"false"|
+ respectively) control which schedule bins \thorn{AHFinderDirect}
+ runs in. Historically, \thorn{AHFinderDirect} has run in
+ CCTK\_ANALYSIS, and that's still the default, but these
+ parameters allow you to change this so it runs in CCTK\_POSTSTEP
+ instead. (You can even run in both bins if you want!)
+
+\item[%%%
+ \begin{tabular}{@{}l@{}}
\code{geometry\_interpolator\_name} \\
\code{geometry\_interpolator\_pars} %%%\\
\end{tabular}