aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2001-12-04 20:57:50 +0000
committerallen <allen@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2001-12-04 20:57:50 +0000
commit2f1d18ab9d75324b8084541941c699f5eafbae6f (patch)
tree109c7bf5d5fe5693835183a6c4f5071a6a30ce42
parentef3600aa5b1480f5cdde8b1eabd32adf130bf79d (diff)
Removed the gaussian radius parameter which I'm told can't be used for a
spherically symmetric time symmetric solution. Needs to be removed from the code as well. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@50 f5a6acaf-da7d-456b-b0a8-35edbc60b392
-rw-r--r--doc/documentation.tex4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index fb51495..3a63740 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -75,15 +75,13 @@ The gaussian solution is {\it spherically symmetric} about the
origin of the Cartesian coordinate system, and is {\it time symmetric}.
The initial profile is
\begin{equation}
-\phi(r) = A \exp (- (r-r_0)^2/\sigma)
+\phi(r) = A \exp (- r^2/\sigma)
\end{equation}
and is set with the parameters
\begin{itemize}
\item {\tt amplitude} = $A$
-\item {\tt radius} = $r_0$
-
\item {\tt sigma} = $\sigma$
\end{itemize}