From c340c4d5674bf05cada2bb73fd0a04be6e354204 Mon Sep 17 00:00:00 2001 From: ikelley Date: Tue, 4 Jun 2002 14:13:03 +0000 Subject: cactus style... adding it git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@159 c78560ca-4b45-4335-b268-5f3340f3cb52 --- doc/documentation.tex | 27 +++++++++++++++++---------- 1 file 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} -- cgit v1.2.3