summaryrefslogtreecommitdiff
path: root/doc/UsersGuide/Appendices.tex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-19 10:24:38 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-07-19 10:24:38 +0000
commit0a8c4812e099d551032624cb576ba7be4dcd5016 (patch)
tree7d74478b683e3e4e8f65911ee08b8b90ec854d49 /doc/UsersGuide/Appendices.tex
parentec7a45c326dd5af5d75bb17ae09a4ea938e36164 (diff)
Mark all glossary pointers to other entries with \it.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3308 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/UsersGuide/Appendices.tex')
-rw-r--r--doc/UsersGuide/Appendices.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/UsersGuide/Appendices.tex b/doc/UsersGuide/Appendices.tex
index e5142f3d..9caaf8e1 100644
--- a/doc/UsersGuide/Appendices.tex
+++ b/doc/UsersGuide/Appendices.tex
@@ -30,8 +30,8 @@
to make a Makefile.
\item[{\tt boundary zone}]
A boundary zone is a set of points added to the edge of a grid to
- contain boundary data. E.g Dirichlet or Von Neumann data. (See
- also: symmetry zone, ghost zone.)
+ contain boundary data, e.g.\ Dirichlet or Von Neumann data. (See
+ also {\it symmetry zone}, {\it ghost zone}.)
\item[{\tt Cactus}]
A green fleshy plant with lots of thorns, usually painful if
touched.
@@ -57,6 +57,7 @@
Save the entire state of a run to file so that it can be restarted
at a later time.
\item[{\tt convergence}]
+ Important, but often neglected.
\item[{\tt CST}]
This stands for Cactus Specification Tool, which is the perl scripts
which parse the thorns' configuration files (those that have a
@@ -69,12 +70,12 @@
A thorn which creates and handles grid hierachies.
\item[{\tt flesh}]
The routines which hold all the thorns together, this is what you
- get if you check out {\tt Cactus} from our CVS repository.
+ get if you check out {\it Cactus} from our CVS repository.
\item[{\tt friend}]
\item[{\tt GA}]
- Shorthand for a {\tt grid array}.
+ Shorthand for a {\it grid array}.
\item[{\tt GF}]
- Shorthand for a {\tt grid function}.
+ Shorthand for a {\it grid function}.
\item[{\tt gmake}]
GNU version of make utility.
\item[{\tt ghostzone}]
@@ -99,8 +100,8 @@
belonging to the same thorn, but passed through the defined flesh
interface; implicitly implies it is related to the computational
grid rather than being an internal variable of the thorn or one of
- its routines. {\tt grid scalar}, {\tt grid function}, and {\tt grid
- array} are all examples of {\tt grid variables}.
+ its routines. {\it grid scalar}, {\it grid function}, and {\it grid
+ array} are all examples of {\it grid variables}.
\item[{\tt GNATS}]
The GNU program we use for reporting and tracking bugs, comments and
suggestions.
@@ -186,7 +187,8 @@ int* ptr = i; /* ptr is NOT guaranteed to be a NULL pointer! */
\item[{\tt symmetry zone}]
A symmetry zone is a set of points added to the edge of a grid to
contain data which is obtained, by some symmetry operation, from
- another part of the grid. (See also: boundary zone, ghost zone.)
+ another part of the grid. (See also {\it boundary zone},
+ {\it ghost zone}.)
\item[{\tt TAGS}]
\item[{\tt target}]
\item[{\tt thorn}]