summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/ThornWriters.tex
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-07 09:19:49 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-08-07 09:19:49 +0000
commit23b2c91c1926fabc47db98d84b41fe368ce5569f (patch)
treea574f21a124b69c8e63ab81e5e200a221e5c3a5d /doc/UsersGuide/ThornWriters.tex
parent9ca46faeb549c1b1a35b99d5fb1ef4dc508e2f8c (diff)
Uncommented cctk_lssh in "B7.2.3 Cactus Variables" section. This is a
useful reference to the user of staggered grids. In "2$*${\tt cctk\_dim}", the * must be in math mode to not appear as a superscript. State default value for [SOURCE|HEADER] in discussion of using include files in the interface.ccl. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2941 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/ThornWriters.tex')
-rw-r--r--doc/UsersGuide/ThornWriters.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex
index b06c7d60..b75481ef 100644
--- a/doc/UsersGuide/ThornWriters.tex
+++ b/doc/UsersGuide/ThornWriters.tex
@@ -1617,7 +1617,10 @@ CCTK\_REAL}s with the grid spacing in each direction.
%\item [{\tt cctk\_from}] The index value from which the user should start loops.
%\item [{\tt cctk\_to}] ... end loops.
%\item [{\tt cctk\_origin\_space}] The coordinates of the spatial origin?
-%\item [{\tt cctk\_lssh}] This is an internal array used to hold array extents for staggering. One should use the macro CCTK_LSSH(,) to access its elements.
+\item [{\tt cctk\_lssh}] This is an internal array used to hold
+array extents for staggering. One should use the macro CCTK\_LSSH(,)
+to access its elements.
+
\end{Lentry}
The following variables describe the location of the local
@@ -1637,7 +1640,7 @@ the global grid.
start from zero, so you need to add one when using them in
Fortran thorns.
\item {\tt cctk\_bbox}
- An array of 2*{\tt cctk\_dim} integers (in the order
+ An array of 2$*${\tt cctk\_dim} integers (in the order
$[{\mbox{dim}}_0^{\mbox{min}}, \mbox{dim}_0^{\mbox{max}},
{\mbox dim}_1^{\mbox{min}}, {\mbox dim}_1^{\mbox{max}}, \ldots]$),
which indicate whether the boundaries are internal boundaries
@@ -3307,6 +3310,7 @@ which uses the include file must declare this in its
USES INCLUDE [SOURCE|HEADER]: <file_name>
\end{verbatim}
+(If the optional \verb![SOURCE|HEADER]! is omitted, \verb|HEADER| is assumed.)
Any thorn which wishes to add to this include file,
declares in its own {\tt interface.ccl}