aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoreschnett <eschnett@6a38eb6e-646e-4a02-a296-d141613ad6c4>2012-07-04 01:28:00 +0000
committereschnett <eschnett@6a38eb6e-646e-4a02-a296-d141613ad6c4>2012-07-04 01:28:00 +0000
commit049f6d5c2f70977702964b929c971befe25a32e2 (patch)
tree7201c1e7cc523f456381b8ee40b375cee0c07d9c /doc
parent485f1ede87f931586a1570e91087ef6e67fa87f2 (diff)
Introduce cctk_ash, retire cctk_lssh
Introduce cctk_ash, describing the process-local array shape that has been allocated. This may be larger than cctk_lsh, the process-local shape that should be used. Retire cctk_lssh and related infrastructure to handle staggered grid functions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@309 6a38eb6e-646e-4a02-a296-d141613ad6c4
Diffstat (limited to 'doc')
-rw-r--r--doc/documentation.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 559fce1..4fade96 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -358,7 +358,7 @@ boundary conditions, which you would like to use instead.
Note that the number of boundary zones, as expressed in the
\texttt{boundary\_width} argument or the \texttt{BOUNDARY\_WIDTH}
array, is taken from the total number of grid points presented by
-Cactus through \texttt{cctk\_lssh}, etc.
+Cactus through \texttt{cctk\_lsh}, etc.
%In this sense they do not
%somehow `lie outside the grid', as `external ghostzones'.