aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/doc
diff options
context:
space:
mode:
authorJonathan Thornburg <jthorn@aei.mpg.de>2006-08-24 21:53:00 +0000
committerJonathan Thornburg <jthorn@aei.mpg.de>2006-08-24 21:53:00 +0000
commit3167327f2c85d57bf2d5a3987a1ee01ffaaa6c12 (patch)
treecea41555d9285e595b6030f0a90b91acc7839373 /Carpet/Carpet/doc
parentffa878ce0d30072a34f8971464b6823a6b75c82c (diff)
[Carpet/Carpet/doc] remove obselete documentation
A greatly expanded version of this file (containing a superset of its contents) can now be found in Carpet/doc/scheduling.tex (that's the 'doc' directory of the top-level Carpet directory) darcs-hash:20060824215331-b0a3f-6a4faef78d4c23437baf719fee365466a6f7b4fb.gz
Diffstat (limited to 'Carpet/Carpet/doc')
-rw-r--r--Carpet/Carpet/doc/schedule.tex145
1 files changed, 0 insertions, 145 deletions
diff --git a/Carpet/Carpet/doc/schedule.tex b/Carpet/Carpet/doc/schedule.tex
deleted file mode 100644
index 7954b0530..000000000
--- a/Carpet/Carpet/doc/schedule.tex
+++ /dev/null
@@ -1,145 +0,0 @@
-\documentclass{article}
-\begin{document}
-\section{The PUGH schedule:}
-
-\fbox{\begin{minipage}[t]{\textwidth}
-RECOVER\_PARAMETERS\\
-STARTUP\\
-WRAGH\\
-PARAMCHECK\\
-BASEGRID
-\end{minipage}}
-\\
-\fbox{\begin{minipage}[t]{\textwidth}
-Recover? (yes/no)
-\\
-\fbox{\begin{minipage}[t]{0.475\textwidth}
-INITIAL\\
-POSTINITIAL\\
-POSTSTEP
-\end{minipage}}
-\fbox{\begin{minipage}[t]{0.475\textwidth}
-RECOVER\_VARIABLES\\
-POST\_RECOVER\_VARIABLES
-\end{minipage}}
-\end{minipage}}
-\\
-\fbox{\begin{minipage}[t]{\textwidth}
-CPINITIAL\\
-ANALYSIS\\
-OutputGH
-\end{minipage}}
-\\
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-main\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.87\textwidth}
-Advance time\\
-PRESTEP\\
-EVOL\\
-POSTSTEP\\
-CHECKPOINT\\
-ANALYSIS\\
-OutputGH
-\end{minipage}}}
-\\
-\fbox{\begin{minipage}[t]{\textwidth}
-TERMINATE\\
-SHUTDOWN
-\end{minipage}}
-
-
-
-\newpage
-\section{The Carpet schedule:}
-
-\fbox{\begin{minipage}[t]{\textwidth}
-RECOVER\_PARAMETERS\\
-STARTUP\\
-WRAGH\\
-PARAMCHECK
-\end{minipage}}
-\\
-\fbox{\begin{minipage}[t]{\textwidth}
-Recover? (yes/no)
-\\
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-initial\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.345\textwidth}
-BASEGRID\\
-INITIAL\\
-Regrid\\
-POSTREGRID\\
-$\longrightarrow$ Recurse\\
-Restrict\\
-POSTRESTRICTINITIAL\\
-POSTINITIAL\\
-POSTSTEP
-\end{minipage}}}
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-recover\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.345\textwidth}
-BASEGRID\\
-RECOVER\_VARIABLES\\
-POST\_RECOVER\_VARIABLES
-$\longrightarrow$ Recurse
-\end{minipage}}}
-\\
-\fbox{\begin{minipage}[t]{0.47\textwidth}
-3 Time Level Initialisation
-\end{minipage}}
-\end{minipage}}
-\\
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-initial\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.87\textwidth}
-$\longrightarrow$ Recurse\\
-CPINITIAL\\
-ANALYSIS\\
-OutputGH
-\end{minipage}}}
-\\
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-main\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-evol\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.74\textwidth}
-Regrid\\
-POSTREGRID\\
-Advance time\\
-PRESTEP\\
-EVOL\\
-$\longrightarrow$ Recurse\\
-Restrict\\
-POSTRESTRICT\\
-POSTSTEP\\
-CHECKPOINT\\
-ANALYSIS\\
-OutputGH
-\end{minipage}}}}
-\\
-\fbox{\begin{minipage}[t]{0.1\textwidth}
-shutdown\\
-loop
-\end{minipage}
-\fbox{\begin{minipage}[t]{0.87\textwidth}
-$\longrightarrow$ Recurse\\
-TERMINATE
-\end{minipage}}}
-\\
-\fbox{\begin{minipage}[t]{\textwidth}
-SHUTDOWN
-\end{minipage}}
-
-\end{document}