From 491167059a0e0db5ab7db1071a27b2d360c1a647 Mon Sep 17 00:00:00 2001 From: jthorn Date: Fri, 23 Dec 2005 14:20:37 +0000 Subject: document new parameter run_at_CCTK_POSTINITIAL git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@1434 f88db872-0e4f-0410-b76b-b9085cfa78c5 --- doc/documentation.tex | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'doc') diff --git a/doc/documentation.tex b/doc/documentation.tex index 4d7e0fc..21785a9 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -502,7 +502,7 @@ I hope to add such a provision soon.%%% \footnote{%%% This would be along the lines of the \thorn{AHFinder} apparent horizon finder's - \code{AHFinder::ahf\_wander = "true"} + \code{AHFinder::ahf\_wander = true} option. }%%% @@ -534,7 +534,7 @@ specification is ignored.%%% \footnote{%%% This is similar to the \thorn{AHFinder} apparent horizon finder's behavior with the - \code{AHFinder::ahf\_guessold = "true"} + \code{AHFinder::ahf\_guessold = true} option. }%%% @@ -1081,14 +1081,14 @@ to set; you can set either or even both of these: \begin{description} \item[\code{set\_old\_style\_mask}] \mbox{}\\ - This parameter (default \verb|"true"|) specifies an + This parameter (default \verb|true|) specifies an old-style excision mask, one stored in a \verb|CCTK_REAL| Cactus grid function. (The \thorn{AHFinder} apparent horizon finder uses this type of mask.) \item[\code{set\_new\_style\_mask}] \mbox{}\\ - This parameter (default \verb|"false"|) specifies a + This parameter (default \verb|false|) specifies a new-style excision mask, one stored in a specified bit field of a \verb|CCTK_INT| Cactus grid function. The bit field is specified by its name, @@ -1287,15 +1287,17 @@ This is controlled by the following parameters: \begin{tabular}{@{}l@{}} \code{run\_at\_CCTK\_ANALYSIS} \\ \code{run\_at\_CCTK\_POSTSTEP} %%%\\ + \code{run\_at\_CCTK\_POSTINITIAL} %%%\\ \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!) + These parameters (which default to \verb|true|, \verb|false|, + and \verb|false| respectively) control which schedule bins + \thorn{AHFinderDirect} runs in. Historically, + \thorn{AHFinderDirect} ran in CCTK\_ANALYSIS, and that's + 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!) \item[%%% \begin{tabular}{@{}l@{}} @@ -1602,7 +1604,7 @@ driver::global_nz = 19 ActiveThorns = "CoordBase CartGrid3D" grid::domain = "bitant" -grid::avoid_origin = "false" +grid::avoid_origin = false grid::type = "byspacing" grid::dxyz = 0.2 -- cgit v1.2.3