summaryrefslogtreecommitdiff
path: root/doc/ReferenceManual
diff options
context:
space:
mode:
authorjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-05-30 13:25:22 +0000
committerjthorn <jthorn@17b73243-c579-4c4c-a9d2-2d5706c11dac>2006-05-30 13:25:22 +0000
commit133f06eb22bc186872cc36588cec781a570b31a8 (patch)
tree266c13b8e6b15181a6c5242f380df3c90c768dcd /doc/ReferenceManual
parent04c108fb5b9fc62f83b855b976e0819a414209f3 (diff)
clarify distinction between CCTK_SyncGroup() and CCTK_SyncGroupI()
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4305 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'doc/ReferenceManual')
-rw-r--r--doc/ReferenceManual/CCTKReference.tex8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ReferenceManual/CCTKReference.tex b/doc/ReferenceManual/CCTKReference.tex
index 5ca2e525..2d21748a 100644
--- a/doc/ReferenceManual/CCTKReference.tex
+++ b/doc/ReferenceManual/CCTKReference.tex
@@ -680,10 +680,10 @@ from Fortran.
Sets up a CCTK grid hierarchy
\item[\code{CCTK\_SyncGroup}] [\pageref{CCTK-SyncGroup}]
- Synchronize the ghost zones for a group of variables
+ Synchronize the ghost zones for a group of variables (identified by the group name)
\item[\code{CCTK\_SyncGroupI}] [\pageref{CCTK-SyncGroupI}]
- Synchronize the ghost zones for a group of variables
+ Synchronize the ghost zones for a group of variables (identified by the group index)
\item[\code{CCTK\_TerminateNext}] [\pageref{CCTK-TerminateNext}]
Causes a Cactus simulation to terminate after the next iteration
@@ -9828,6 +9828,7 @@ Reduces a list of local arrays globally
\begin{FunctionDescription}{CCTK\_SyncGroup}
\label{CCTK-SyncGroup}
Synchronise the ghostzones for a group of grid variables
+(identified by the group name)
\begin{SynopsisSection}
\begin{Synopsis}{C}
@@ -9883,6 +9884,7 @@ multiprocessor case you {\em must\/} call this function in parallel on
\begin{SeeAlsoSection}
\begin{SeeAlso2}{CCTK\_SyncGroupI}{CCTK-SyncGroupI}
Synchronise the ghostzones for a group of grid variables
+(identified by the group index)
\end{SeeAlso2}
\end{SeeAlsoSection}
@@ -9926,6 +9928,7 @@ if (status < 0)
\begin{FunctionDescription}{CCTK\_SyncGroupI}
\label{CCTK-SyncGroupI}
Synchronise the ghostzones for a group of grid variables
+(identified by the group index)
\begin{SynopsisSection}
\begin{Synopsis}{C}
@@ -9980,6 +9983,7 @@ multiprocessor case you {\em must\/} call this function in parallel on
\begin{SeeAlsoSection}
\begin{SeeAlso2}{CCTK\_SyncGroup}{CCTK-SyncGroup}
Synchronise the ghostzones for a group of grid variables
+(identified by the group name)
\end{SeeAlso2}
\begin{SeeAlso2}{CCTK\_GroupIndex}{CCTK-GroupIndex}
Gets the group index for a given group name.