aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2008-03-19 11:13:13 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2008-03-19 11:13:13 -0500
commitb4c919bb3a40eede8938f8cdc9cb1e470b383c8f (patch)
treed20f2dd088121912d132b610dd8ddba9888b7e79 /Carpet/doc
parenta9400215bb23e584c217f7410f0ce8b68abfaf0a (diff)
Carpet: Schedule postinitial bin before recursive initialisation
Schedule the postinitial bin before the recursive initialisation. This is necessary because e.g. the conversion from ADM to BSSN variables is performed in this bin, and this needs to occur before the recursive initialisation so that the refinement boundaries of the BSSN variables are initialised correctly.
Diffstat (limited to 'Carpet/doc')
-rw-r--r--Carpet/doc/scheduling.tex15
1 files changed, 10 insertions, 5 deletions
diff --git a/Carpet/doc/scheduling.tex b/Carpet/doc/scheduling.tex
index e148fbfea..5d298c0e3 100644
--- a/Carpet/doc/scheduling.tex
+++ b/Carpet/doc/scheduling.tex
@@ -639,20 +639,25 @@ PARAMCHECK
\fbox{\begin{minipage}[t]{\textwidth}
Recover? (yes/no)
\\
+\fbox{\begin{minipage}[t]{0.47\textwidth}
+PREREGRIDINITIAL\\
+Regrid\\
+POSTREGRIDINITIAL
+\end{minipage}}
+\fbox{\begin{minipage}[t]{0.47\textwidth}
+Recover grid structure
+\end{minipage}}\\
\fbox{\begin{minipage}[t]{0.1\textwidth}
initial\\
loop
\end{minipage}
\fbox{\begin{minipage}[t]{0.345\textwidth}
-PREREGRIDINITIAL\\
-Regrid\\
-POSTREGRIDINITIAL\\
BASEGRID\\
INITIAL\\
+POSTINITIAL\\
$\longrightarrow$ Recurse\\
Restrict\\
POSTRESTRICTINITIAL\\
-POSTINITIAL\\
POSTSTEP
\end{minipage}}}
\fbox{\begin{minipage}[t]{0.1\textwidth}
@@ -784,6 +789,7 @@ SHUTDOWN
\begin{minipage}[c]{0.6\textwidth}
BASEGRID\\
INITIAL
+ POSTINITIAL\\
\end{minipage}
}
}
@@ -846,7 +852,6 @@ SHUTDOWN
\fbox{
\begin{minipage}[c]{0.49\textwidth}
POSTRESTRICTINITIAL\\
- POSTINITIAL\\
POSTSTEP
\end{minipage}
}