aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-06-04 14:13:03 +0000
committerikelley <ikelley@c78560ca-4b45-4335-b268-5f3340f3cb52>2002-06-04 14:13:03 +0000
commitc340c4d5674bf05cada2bb73fd0a04be6e354204 (patch)
treef6ecf62a33b37ef47d45670d8011554c30a077a9
parent236d55f5ccf7b4f771f202ba3afd0951589ff852 (diff)
cactus style... adding it
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@159 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--doc/documentation.tex27
1 files changed, 17 insertions, 10 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 9642dff..fd4ed67 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,19 +1,30 @@
\documentclass{article}
+% Use the Cactus ThornGuide style file
+% (Automatically used from Cactus distribution, if you have a
+% thorn without the Cactus Flesh download this from the Cactus
+% homepage at www.cactuscode.org)
+\usepackage{../../../../doc/ThornGuide/cactus}
+
\begin{document}
\title{CartGrid3D}
-\author{Gabrielle Allen, Gerd Lanfermann, Joan Masso, Jonathan Thornburg}
-\date{$Date$}
+\author{Gabrielle Allen \\ Gerd Lanfermann \\ Joan Masso \\ Jonathan Thornburg}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
{\tt CartGrid3D} allows you to set up coordinates on a 3D Cartesian
grid in a flexible manner. You can choose different grid domains
({\it eg} octant) to allow you to exploit any symmetry in your problem.
{\tt CartGrid3D} also provides routines for registering symmetries
of grid functions and applying symmetry conditions across the
-coordinate axes. }
+coordinate axes.
+\end{abstract}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -283,11 +294,7 @@ SetCartSymVN(cctkGH, sym,"einstein::gxy");
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% Automatically created from the ccl files by using gmake thorndoc
-\include{interface}
-\include{param}
-\include{schedule}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}