aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex27
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index abc93ac..f6fa141 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,16 +1,28 @@
-% Thorn documentation template
\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{EllSOR}
\author{Joan Masso}
-\date{\today}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{{\tt EllSOR} provides 3D elliptic solvers for the various
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+{\tt EllSOR} provides 3D elliptic solvers for the various
classes of elliptic problems defined in {\tt EllBase}. {\tt EllSOR} is
based on the successive over relaxation algorithm. It is called by the
-interfaces provided in {\tt EllBase}.}
+interfaces provided in {\tt EllBase}.
+\end{abstract}
\section{Purpose}
The purpose of this thorn is to provide a simple and straightforward
@@ -62,10 +74,7 @@ accessed.
%\section{My own section}
-% Automatically created from the ccl files
-% Do not worry for now.
-\include{interface}
-\include{param}
-\include{schedule}
+% Do not delete next line
+% END CACTUS THORNGUIDE
\end{document}