summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-08-02 15:53:32 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2005-08-02 15:53:32 +0000
commitd20a1a8fd777c810ff93dbc65104a4feac974e1d (patch)
treed9b20a4568fc95c6595f62dcbc9444077621a0c7 /doc/ReferenceManual
parented151f3d8b119d6d7cac71e7bd92d5dc3cd2eb12 (diff)
a bit more explanation about error codes for CCTK_InterpGridArrays
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4100 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 23e918b1..da492790 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -4667,7 +4667,9 @@ current processor.
In the multiprocessor case, the result returned by
\code{CCTK\_InterpGridArrays} is guaranteed to be the same on all
processors. (All current implementations simply take the minimum
-of the per-processor results over all processors.)
+of the per-processor results over all processors; this gives a
+result which is 0 if all processors succeeded, or which is the most
+negative error code encountered by any processor otherwise.)
The semantics of \code{CCTK\_InterpGridArrays} are mostly independent of
which Cactus driver is being used, but an implementation will most likely
@@ -4685,6 +4687,7 @@ outputs are specified in the parameter table, depend on which driver-specific
interpolation thorn and interpolation operator (provided by a local
interpolation thorn) you use. See the documentation on individual interpolator
thorns (e.g.\ \code{PUGHInterp} in the \code{CactusPUGH} arrangement,
+\code{CarpetInterp} in the \code{Carpet} arrangement,
\code{LocalInterp} in the \code{CactusBase} arrangement, and/or
\code{AEILocalInterp} in the \code{AEIThorns} arrangement) for details.