aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorknarf <knarf@e464a08b-0e4f-0410-9853-9e08ab54b382>2003-05-14 12:14:10 +0000
committerknarf <knarf@e464a08b-0e4f-0410-9853-9e08ab54b382>2003-05-14 12:14:10 +0000
commiteda93779bd511dac497cc765aa4287b29636b5cb (patch)
treeab72d10c7ead4debf7903475a0c1e53e06a682cb /doc
parenta2a5760af2f1182d894e7613627aa39f415297e3 (diff)
- thorn containing some often used constants as defines
- currently only: c, G and Msolar git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/Constants/trunk@2 e464a08b-0e4f-0410-9853-9e08ab54b382
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex43
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
new file mode 100644
index 0000000..9075426
--- /dev/null
+++ b/doc/documentation.tex
@@ -0,0 +1,43 @@
+\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{Constants}
+\author{Frank L\"offler (knarf@aei.mpg.de)}
+\date{$ $Date$ $}
+
+\maketitle
+
+% Do not delete next line
+% START CACTUS THORNGUIDE
+
+\begin{abstract}
+Thorn to provide macros for commonly used constants like the speed of light,
+the gravitational constant or the solar mass.
+\end{abstract}
+
+\section{Comments}
+ Because the number of defines could grow, I define some naming conventions:
+ \begin{itemize}
+ \item Names have to start with \textbf{CONSTANT\_}.
+ \item Afterwards a typical name is following.
+ \item A \_ is coming next.
+ \item Either SI, cgi or C (for Cactus) is the last part. This specifies the
+ system of units used here (SI, cgi or Cactus units).
+ \end{itemize}
+\section{Provided Constants}
+ \begin{itemize}
+ \item $c$ : the speed of light
+ \item $G$ : the gravitational constant
+ \item $M_{\odot}$ : the solar mass
+ \end{itemize}
+
+% Do not delete next line
+% END CACTUS THORNGUIDE
+\end{document}