From b97e06dab52ab970fc8c1021f92b81c4032690cf Mon Sep 17 00:00:00 2001 From: jthorn Date: Thu, 11 Nov 2004 19:21:04 +0000 Subject: document another gotcha in using PUGH with CoordBase git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CoordBase/trunk@24 0337457d-221f-4ee6-a5f0-14255d5370d8 --- doc/documentation.tex | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/doc/documentation.tex b/doc/documentation.tex index 49ef96f..42e576d 100644 --- a/doc/documentation.tex +++ b/doc/documentation.tex @@ -610,12 +610,27 @@ When using the CoordBase domain and boundary parameters, the driver \subsection{PUGH} -If you're using PUGH, you \textbf{must} still set the parameters -\verb|driver::global_nx|, \verb|driver::global_ny|, and -\verb|driver::global_nz| by hand. (Of course, you must set them -to values consistent with the CoordBase parameters.) (If you don't -set these parameters, PUGH will assume a default $10 \times 10 \times 10$ -grid, which is almost certainly not what you want!) +If you're using PUGH, you \textbf{must} still explicitly set the +parameters +\begin{verbatim} +driver::global_nx +driver::global_ny +driver::global_nz +\end{verbatim} +(Of course, you must set these to values consistent with the CoordBase +parameters!) (If you don't set these parameters, PUGH will assume a +default $10 \times 10 \times 10$ grid, which is almost certainly not +what you want!) + +You may also need to explicitly set the parameters +\begin{verbatim} +driver::ghost_size_x +driver::ghost_size_y +driver::ghost_size_z +\end{verbatim} +(again to values consistent with the CoordBase parameters!). If you +don't set these parameters, PUGH will assume a default of $1$ for +each of them, which may not be what you want. \subsection{Carpet} -- cgit v1.2.3