summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-04 12:58:24 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-01-04 12:58:24 +0000
commitaeeb76f3c4ee0716bf9afad7e161ab433c25efff (patch)
tree599c24824d3dd6fdfc9b563238677d9be1da160b
parentff661e17beb0dd03f01d12069af6ee5da26aaac0 (diff)
Indicate that RECOVER_PARAMTERS routines are called before STARTUP routines
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4226 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--doc/UsersGuide/Appendices.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index a69bd903..7299aaa8 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -1208,6 +1208,11 @@ recovered successfully, or that an error occurred, respectively.
\begin{Lentry}
+\item[{\tt CCTK\_RECOVER\_PARAMETERS}]
+ Used by thorns with relevant IO methods as the point
+ to read parameters when recovering from checkpoint files.
+ Grid variables are not available in this timebin.
+
\item[{\tt CCTK\_STARTUP}]
Run before any grids are constructed, this is
the timebin for example where grid independent information
@@ -1215,11 +1220,6 @@ recovered successfully, or that an error occurred, respectively.
Note that since no grids are setup at this point, grid
variables cannot be used in routines scheduled here.
-\item[{\tt CCTK\_RECOVER\_PARAMETERS}]
- Used by thorns with relevant IO methods as the point
- to read parameters when recovering from checkpoint files.
- Grid variables are not available in this timebin.
-
\item[{\tt CCTK\_WRAGH}]
This timebin is executed when all parameters are known, but
before the driver thorn constructs the grid. It should only