aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-16 17:42:06 +0000
committerrideout <rideout@a678b1cf-93e1-4b43-a69d-d43939e66649>2002-05-16 17:42:06 +0000
commitf5d79b4e75e9a577f58fdb8e055297fe0c0f81a3 (patch)
tree78625c9d0cf7fa3fe8b586f0a81ffd7d1585789a
parent7c715fbec87977f157c96bac188ffe2bbaf9cc2f (diff)
The source code does not use the "brilldata3D" keyword for
ADMBase::initial_data, but the boolean "axisym" parameter instead. I prefer the former, but have adjusted the documentation to describe the (currently coded) latter. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/IDBrillData/trunk@74 a678b1cf-93e1-4b43-a69d-d43939e66649
-rw-r--r--doc/documentation.tex21
1 files changed, 16 insertions, 5 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index f820382..49731f9 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -32,19 +32,30 @@ solved numerically once the function $q$ has been specified. The
initial data is also assumed to be time-symmetric, so the momentum
constraints are trivially satisfied.
+% [[ DPR: The code does not use these two different initial_data
+% keywords, but the axisym parameter instead. It should probably use
+% the two different initial_data values. I have changed the doc below
+% to correspond with the current code: ]]
+
The thorn is activated by choosing the CactusEinstein/ADMBase parameter
-``initial\_data'' in one of the following two ways:
+``initial\_data'' to be:
+%in one of the following two ways:
\begin{itemize}
-\item initial\_data = ``brilldata'': Axisymmetric Brill wave initial data
- (but calculated in a cartesian grid!).
+\item initial\_data = ``brilldata'': %Axisymmetric
+Brill wave initial data
+% (but calculated in a cartesian grid!).
-\item initial\_data = ``brilldata3D'': Brill wave initial data with an
- angular dependency.
+%\item initial\_data = ``brilldata3D'': Brill wave initial data with an
+% angular dependency.
\end{itemize}
+To choose axisymmetric data, set the parameter {\tt axisym} to true
+(the default). Note that the data is computed on a cartesian grid in
+any event. {\tt axisym = "no"} adds an angular dependence factor,
+which is detailed below.
\section{Parameters for the thorn}