From e4bce2d03d32c0d46e89b9d8ca7260ee000aafad Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 16 Feb 2000 13:50:30 +0000 Subject: Added description of cctk_convlevel git-svn-id: http://svn.cactuscode.org/flesh/trunk@1384 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/UsersGuide/ThornWriters.tex | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/UsersGuide/ThornWriters.tex') diff --git a/doc/UsersGuide/ThornWriters.tex b/doc/UsersGuide/ThornWriters.tex index 3c3c3cc6..32fca7c8 100644 --- a/doc/UsersGuide/ThornWriters.tex +++ b/doc/UsersGuide/ThornWriters.tex @@ -965,6 +965,13 @@ The following variable is needed for grid refinement methods \item {\tt cctk\_levfac} The factor by which the local grid is refined with respect to the base grid. \end{itemize} + +The following variable is used for identifing convergence levels. {\tt NOTE:} Convergence is not currently implemented by Cactus, so that {\tt cctk\_convlevel} is currently always 0. +\begin{itemize} +\item {\tt cctk\_convlevel} The convergence level of this grid hierachy. + The base level is 0, and every level above that is currently coarsened by a factor of 2. +\end{itemize} + The variables {\tt cctk\_delta\_space} and {\tt cctk\_delta\_time} denote the grid spacings on the {\em base} grid. If you are using a grid refinement method, you need yo calculate the grid spacings -- cgit v1.2.3