From 392f490baec0d20c048d65f4f4046daf8b8a5186 Mon Sep 17 00:00:00 2001 From: goodale Date: Thu, 25 Apr 2002 22:03:52 +0000 Subject: Initial import of new Einstein stuff. This has the new thorns, but not all are fully functional yet. When I have completed this stage I'll send an updated spec out with some questions which have arisen during this process. Please don't import anything new without checking with me first, as I want to play games on the server copying cvs files around to preserve histories on files which are only minimally touched. Tom git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/ADMAnalysis/trunk@2 80bd93c7-81bc-453a-9e3f-619c0b4f6fe4 --- doc/documentation.tex | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 doc/documentation.tex (limited to 'doc') diff --git a/doc/documentation.tex b/doc/documentation.tex new file mode 100644 index 0000000..e3730fc --- /dev/null +++ b/doc/documentation.tex @@ -0,0 +1,46 @@ +\documentclass{article} +\begin{document} + +\title{ADMAnalysis} +\author{Tom Goodale et al} +\date{April 2002} +\maketitle + +\abstract{Basic analysis of the metric and extrinsic curvature tensors} + +\section{Purpose} + +This thorn calculates + +\begin{itemize} +\item +The trace of the extrinsic curvature ({\bf trK}). +\item +The determinant of the metric ({\bf detg}). +\item +The components of the metric in spherical coordinates +({\bf grr,grq,grp,gqq,gqp,gpp}). +\item +The components of the extrinsic curvature in spherical coordinates +({\bf Krr,Krq,Krp,Kqq,Kqp,Kpp}). +\end{itemize} + +if output is requested for them. + +\section{Comments} + +If the parameter {\bf rsquared\_in\_sphm} is set, it squares the +radial coordinate before applying the tranformation. + +In the spherical transormation, the $\theta$ coordinate is referred to +as {\bf q} and the $\phi$ as {\bf p}. + +This thorn knows how to handle `physical' and `static conformal' +metric types. + +% Automatically created from the ccl files by using gmake thorndoc +\include{interface} +\include{param} +\include{schedule} + +\end{document} -- cgit v1.2.3