aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikelley <ikelley@1d96b42b-98df-4a6a-9d84-1b24288d4588>2002-06-04 12:51:09 +0000
committerikelley <ikelley@1d96b42b-98df-4a6a-9d84-1b24288d4588>2002-06-04 12:51:09 +0000
commit7b4c8d596dad37ec4e8398e271f864b6945b72a9 (patch)
treed01a39c2d9494486eb7c0accbccc72475e0fef21
parent3628e3ba73bf2a8677482d1e0fca6cc9d06cb4f1 (diff)
changing the documentation.tex files to use our cactus style file
git-svn-id: http://svn.cactuscode.org/arrangements/CactusElliptic/EllPETSc/trunk@68 1d96b42b-98df-4a6a-9d84-1b24288d4588
-rw-r--r--doc/documentation.tex27
1 files changed, 18 insertions, 9 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index c434f20..d19e0af 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -1,19 +1,31 @@
-% 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{EllPETSc}
\author{Paul Walker, Gerd Lanfermann}
-\date{\today}
+\date{$ $Date$ $}
+
\maketitle
-\abstract{{\tt EllPETSc} provides 3D elliptic solvers for the various
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+{\tt EllPETSc} provides 3D elliptic solvers for the various
classes of elliptic problems defined in {\tt EllBase}. {\tt EllPETSc}
using the ``Portable, Extendable Toolkit for Scientific computation'' (PETSc)
by Argonne National Lab. PETSc is a suite of routines and data
structures that can be employed for solving partial differential
equations in parallel. {\tt EllPETSc} t is called by the
-interfaces provided in {\tt EllBase}.}
+interfaces provided in {\tt EllBase}.
+\end{abstract}
\section{Purpose}
This thorns provides sophisticated solvers based on PETSc
@@ -179,10 +191,7 @@ EXTRAFLAGS += -I$(PETSC_DIR)/include
%\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}