summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-07-06 05:51:05 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-07-06 05:51:05 +0000
commitb5e0619f14e0ec96650d2c0992488bee0c852525 (patch)
tree36ecc76100642abab73e785cf6aedbadbec18d20 /doc
parent4813072854c85aa512c98e8daa6f74dec3910ba9 (diff)
Describe PREREGRID bin.
Update description of POSTREGRID bin. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4346 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc')
-rw-r--r--doc/UsersGuide/Appendices.tex18
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index 6f5f9e92..1625e5d2 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -1294,13 +1294,19 @@ this bin is unspecified.
restriction operation. It is, e.g., necessary to re-apply the
boundary conditions after every restriction operation.
+\item[{\tt CCTK\_PREREGRID}]
+ This timebin is used in mesh refinement settings. It is
+ ignored for unigrid runs. This bin is executed whenever the
+ grid hierarchy is about to change. Routines that decide the
+ new grid structure should be scheduled in this bin.
+
\item[{\tt CCTK\_POSTREGRID}]
- This timebin is used in mesh refinement settings, or when there are
- multiple grid patches. It is ignored for unigrid runs. This bin is
- executed whenever the grid hierarchy or patch setup has changed. It
- is, e.g., necessary to re-apply the boundary conditions or
- recalculate the grid points' coordinates after every changing the
- grid hierarchy.
+ This timebin is used in mesh refinement settings. It is
+ ignored for unigrid runs. This bin is executed whenever the
+ grid hierarchy or patch setup has changed. It is, e.g.,
+ necessary to re-apply the boundary conditions or recalculate
+ the grid points' coordinates after every changing the grid
+ hierarchy.
\item[{\tt CCTK\_ANALYSIS}]
The {\tt ANALYSIS} timebin is special, in that it is closely coupled