aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-10-03 11:46:38 +0000
committerrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2001-10-03 11:46:38 +0000
commit215fc6475fb091b8d42149ce73b938f133a259e2 (patch)
tree322223a5e04ab9419336d2a4184537c549fdb242
parent151afc04d16ac225bbeadeaa67ddceb79a529d98 (diff)
Fixed some typos.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@159 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--doc/documentation.tex24
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 5128ecd..dcebbe5 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -88,7 +88,7 @@ beginning of the run.
\item{}
Boundary routines can only be applied to grid functions.
\item{}
-All routines can called by
+All routines can be called by
%%% Subsitute with \begin{Lentry}
\begin{itemize}
\item{\em variable name}: ({\tt <implementation>:<var\_name> }) Suffix:
@@ -104,11 +104,11 @@ condition to all variable in the group with the specified group index.
\item{} For the boundary conditions in individual coordinate directions,
\begin{tabular}{ll}
-{\tt dir=-1} & apply at $x=x_{max}$ \\
+{\tt dir=-1} & apply at $x=x_{min}$ \\
{\tt dir=1} & apply at $x=x_{max}$ \\
{\tt dir=-2} & apply at $y=y_{min}$ \\
-{\tt dir=2} & apply at $y=y_{min}$ \\
-{\tt dir=-3} & apply at $z=z_{max}$ \\
+{\tt dir=2} & apply at $y=y_{max}$ \\
+{\tt dir=-3} & apply at $z=z_{min}$ \\
{\tt dir=3} & apply at $z=z_{max}$ \\
\end{tabular}
@@ -169,7 +169,7 @@ integer \> ierr \\
CCTK\_POINTER \> cctkGH\\
integer \> dir\\
integer \> stencil\\
-integer \> stencil\_width(dim)\\
+integer \> stencil\_size(dim)\\
CCTK\_REAL \> var0 \\
character*(*) \> variable\_name\\
character*(*) \> group\_name\\
@@ -179,7 +179,7 @@ integer \> group\_index\\
}
\subsubsection*{Arguments}
-\begin{Lentry}
+\begin{itemize}
\item[{\tt ierr}] Return value, negative value indicates the
boundary condition was not successfully applied
\item[{\tt cctkGH}] Grid hierarchy pointer
@@ -190,13 +190,13 @@ boundary condition was not successfully applied
\item[{\tt group\_name}] Name of the group
\item[{\tt variable\_index}] Variable index
\item[{\tt group\_index}] Group index
-\end{Lentry}
+\end{itemize}
\subsection{Flat Boundary Condition}
A flat boundary condition means that the value of the given
-field or fields at the boundary is copied from the value on grid point in,
+field or fields at the boundary is copied from the value one grid point in,
in any direction. For example, for a stencil width of one, the
boundary value of phi {\tt phi(nx,j,k)}, on the positive x-boundary will
be copied from {\tt phi(nx-1,j,k)}.
@@ -253,7 +253,7 @@ integer \> group\_index\\
}
\subsubsection*{Arguments}
-\begin{Lentry}
+\begin{itemize}
\item[{\tt ierr}] Return value, negative value indicates the
boundary condition was not successfully applied
\item[{\tt cctkGH}] Grid hierarchy pointer
@@ -263,7 +263,7 @@ boundary condition was not successfully applied
\item[{\tt group\_name}] Name of the group
\item[{\tt variable\_index}] Variable index
\item[{\tt group\_index}] Group index
-\end{Lentry}
+\end{itemize}
@@ -408,7 +408,7 @@ CCTK\_REAL\>limit\\
where
-\begin{Lentry}
+\begin{itemize}
\item[{\tt integer ierr}] return value, operation failed when return
value {\em negative}
\item[{\tt CCTK\_POINTER cctkGH}] grid hierarchy pointer
@@ -443,7 +443,7 @@ boundary to apply the boundary condition.
\item[{\tt integer group\_index\_past}] the index of the group
containing the values on the past time level, needed to calculate
the boundary condition.
-\end{Lentry}
+\end{itemize}
\subsection{Copy Boundary Condition}