summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-16 10:14:30 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-12-16 10:14:30 +0000
commit8bd960b7180f9dd468c5a89dfdda84f9352b9ac2 (patch)
tree3a4032b3cbdae8790874ee32fbf874c88e62a61f /doc/UsersGuide/ThornWriters.tex
parent04b7eb447f4cd7d24f67bc853771f11f473cfee7 (diff)
Added some function definitions and got rid of some warnings
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1957 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index c6c97a58..068c9b9f 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -889,7 +889,7 @@ have stencil size 2, etc.
Now, if you evolve the above scheme, it becomes apparent that at each iteration the number
of grid points you can evolve decreases by one at each edge (see figure \ref{fig:noghost}).
-\begin{figure}[h]
+\begin{figure}[ht]
\begin{center}
\includegraphics[angle=0,width=8cm]{1dnoghost.eps}
\end{center}
@@ -957,7 +957,7 @@ staggering each direction ({\tt stagger=CC}) is shown in (C). The full
staggering in (D) ({\tt stagger=PP}) obeyes the same rules, but is
rather unusual; included here for completeness.
-\begin{figure}[h]
+\begin{figure}[ht]
\def\epsfsize#1#2{0.45#1}
\begin{center}
\includegraphics[angle=0,width=8cm]{staggering1.eps}
@@ -968,7 +968,7 @@ staggerings. (a) : {\tt MC}, (b): {\tt CM}, (c): {\tt CC}, (d): {\tt
PP}. Note that the staggering of gridfunctions does change its
index. The staggered gridpoints and the corresponding unstaggered
points (arrows) are accessed by the same indices.}
-\label{fig:stagger2}
+\label{fig:stagger1}
\end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -1480,7 +1480,7 @@ x-direction: {\em directional staggerindex} = CCTK\_STAGGER\_C (value 1).
\end{Lentry}
-\begin{figure}[h]
+\begin{figure}[ht]
\def\epsfsize#1#2{0.45#1}
\begin{center}
\includegraphics[angle=0,width=10cm]{staggering2.eps}
@@ -1949,7 +1949,7 @@ Provides the local range of a coordinate on a processor for
To allow flexible IO, the flesh itself does not provide
any output routines, however it provides a mechanism for
-thorns to register different routines as IO methods (see chapter \ref{chap:io_methods}).
+thorns to register different routines as IO methods (see chapter \ref{chap:iome}).
Application thorns can interact with the different IO methods through the
following function calls: