aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-11 17:31:41 +0000
committerjthorn <jthorn@e296648e-0e4f-0410-bd07-d597d9acff87>2002-05-11 17:31:41 +0000
commitd56e85ee4d7f5312adb533c6677d60c64fdee2b9 (patch)
tree6ea146b628b3c0e07eff2bc77fb2f438ecb21b71 /doc
parent02eb21ee99d70eafa18ae7796a4dabb14d10b9b3 (diff)
clarify explanation of "eps" fudge parameters
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/Exact/trunk@63 e296648e-0e4f-0410-bd07-d597d9acff87
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index d331a71..b9e6fc9 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -193,8 +193,8 @@ m = \text{\tt KerrSchild\_m}
\end{equation}
(note the name!).
There is also a numerical parameter \verb|KerrSchild_eps| (again note
-the name!) which is used internally in the code; you can probably ignore
-it for most purposes.
+the name!) which is used to avoid division by zero if a grid point falls
+exactly at the origin; the default setting should be ok for most purposes.
In the usual Cactus $(t,x,y,z)$ Cartesian-topology coordinates, the
4-metric is
@@ -243,8 +243,8 @@ m = \text{\tt KerrSchild\_m}
\end{equation}
(note the name!).
There is also a numerical parameter \verb|KerrSchild_eps| (again note
-the name!) which is used internally in the code; you can probably ignore
-it for most purposes.
+the name!) which is used to avoid division by zero if a grid point falls
+exactly at the origin; the default setting should be ok for most purposes.
In the usual polar spherical $(t,r,\theta,\phi)$ coordinates, the 4-metric
and ADM variables are
@@ -340,8 +340,9 @@ a & = \text{\tt KerrSchild\_a} \\
m & = \text{\tt KerrSchild\_m} \\
v & = \text{\tt KerrSchild\_boostv} %%%\\
\end{align}
-There is also a numerical parameter \verb|KerrSchild_eps| which is used
-internally in the code; you can probably ignore it for most purposes.
+There is also a numerical parameter \verb|KerrSchild_eps| which is
+used to avoid division by zero if a grid point falls exactly at the
+black hole center; the default setting should be ok for most purposes.
Kerr-Schild coordinates use the same time slicing (\nb{} non-maximal!)
and $z$~spatial coordinate as Kerr coordinates, but define new spatial
@@ -387,8 +388,9 @@ a_0 & = \text{\tt fakebinary\_a0} \\
\end{align}
There are also algorithm parameters \verb|fakebinary_atype|,
\verb|fakebinary_retarded|, and \verb|fakebinary_bround|.
-There is also a numerical parameter \verb|fakebinary_eps| which is used
-internally in the code; you can probably ignore it for most purposes.
+There is also a numerical parameter \verb|fakebinary_eps| which is
+used to avoid division by zero if a grid point falls exactly at either
+black hole's center; the default setting should be ok for most purposes.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%