From 2f1d18ab9d75324b8084541941c699f5eafbae6f Mon Sep 17 00:00:00 2001 From: allen Date: Tue, 4 Dec 2001 20:57:50 +0000 Subject: 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 --- doc/documentation.tex | 4 +--- 1 file changed, 1 insertion(+), 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} -- cgit v1.2.3