aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation.tex
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-06-16 13:34:26 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2001-06-16 13:34:26 +0000
commitdd678ac879d37faf60c74332f4be7200ba486f47 (patch)
tree9c4678541f047ceb834dc91463267917c8301684 /doc/documentation.tex
parentebd6688d13069aeff668a3c81e11eea48e8a5b4e (diff)
change to Cactus-standard magic file name documentation.tex
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@38 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'doc/documentation.tex')
-rw-r--r--doc/documentation.tex56
1 files changed, 56 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
new file mode 100644
index 0000000..e60d593
--- /dev/null
+++ b/doc/documentation.tex
@@ -0,0 +1,56 @@
+\documentclass{article}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%
+% ***** macro definitions etc *****
+%
+\bibliographystyle{alpha}
+
+% our own name
+\def\ahf{{\tt AHFinderDirect}}
+
+% get size/spacing of "++" right, cf online C++ FAQ question 35.1
+\def\Cplusplus{\hbox{C\raise.25ex\hbox{\footnotesize ++}}}
+
+% misc math mode stuff
+\def\ij{_{ij}}
+\def\upij{^{ij}}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+%
+% ***** title/author/abstract *****
+%
+
+\begin{document}
+\title{The \ahf{} Thorn}
+\author{Jonathan Thornburg\quad{}{\tt <jthorn@aei.mpg.de>}}
+%
+% We want CVS to expand the Id keyword on the next line, but we don't
+% want TeX to go into math mode to typeset the expansion (because that
+% wouldn't look as nice in the output), so we use the "$ $" construct
+% to get TeX out of math mode again when typesetting the expansion.
+%
+\date{$ $Id$ $}
+\maketitle
+
+\abstract{
+This document describes the \ahf{} thorn. This thorn locates
+apparent horizons in a numerically computed slice using a direct
+method, posing the apparent horizon equation as an elliptic PDE
+on angular-coordinate space. This is very fast, but requires a
+``reasonable'' initial guess.
+}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\section{Introduction}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\bibliography{jt}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+\end{document}