From 8ac80c74325fb4d258b3911d793e199b5aa08aba Mon Sep 17 00:00:00 2001 From: Jonathan Thornburg Date: Fri, 25 Aug 2006 17:48:00 +0000 Subject: [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 --- Carpet/doc/scheduling.tex | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'Carpet/doc') 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\\ -- cgit v1.2.3