aboutsummaryrefslogtreecommitdiff
path: root/Carpet/doc
diff options
context:
space:
mode:
authorJonathan Thornburg <jthorn@aei.mpg.de>2006-08-25 17:48:00 +0000
committerJonathan Thornburg <jthorn@aei.mpg.de>2006-08-25 17:48:00 +0000
commit8ac80c74325fb4d258b3911d793e199b5aa08aba (patch)
tree1f308374c27e5825b07ea695871d23cb73bf9957 /Carpet/doc
parentd150884d81af91fb4c85a2279b148c35b7c231c0 (diff)
[doc] clarify a figure in scheduling description
Figure 4 of this file "gives an outline of how Carpet uses the Berger-Oliger algorithm to sequence through the schedule bins and grids". Previously it showed a separate "main loop" and then an "evol loop" nested inside this. Thomas and I both found this confusing (what's the difference between these two loops). This patch merges these into a single "main loop over time steps" darcs-hash:20060825174808-b0a3f-18b9e6a30ad56d6c8a008de3ef49e685bb038824.gz
Diffstat (limited to 'Carpet/doc')
-rw-r--r--Carpet/doc/scheduling.tex13
1 files changed, 5 insertions, 8 deletions
diff --git a/Carpet/doc/scheduling.tex b/Carpet/doc/scheduling.tex
index 76be28e64..dbad0c656 100644
--- a/Carpet/doc/scheduling.tex
+++ b/Carpet/doc/scheduling.tex
@@ -664,14 +664,11 @@ OutputGH
\end{minipage}}}
\\
\fbox{\begin{minipage}[t]{0.1\textwidth}
-main\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-evol\\
-loop
+main loop\\
+over\\
+time steps
\end{minipage}
-\fbox{\begin{minipage}[t]{0.74\textwidth}
+\fbox{\begin{minipage}[t]{0.875\textwidth}
Regrid\\
POSTREGRID\\
Advance time\\
@@ -684,7 +681,7 @@ POSTSTEP\\
CHECKPOINT\\
ANALYSIS\\
OutputGH
-\end{minipage}}}}
+\end{minipage}}}
\\
\fbox{\begin{minipage}[t]{0.1\textwidth}
shutdown\\