aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-05-13 11:41:42 +0000
committerrideout <rideout@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-05-13 11:41:42 +0000
commit3813ff38d50167d133fb7853b9ba10d70f114534 (patch)
tree753049970d727e5118db262f30ddc3ce69571cb9
parent08d6c8310512be47691db0c8997ed93b83f45907 (diff)
Ask users to schedule ApplyBCs as <MyThorn>_ApplyBCs, so that each
instance will have a unique name. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@231 6a38eb6e-646e-4a02-a296-d141613ad6c4
-rw-r--r--doc/documentation.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/documentation.tex b/doc/documentation.tex
index 18d41ea..e27881f 100644
--- a/doc/documentation.tex
+++ b/doc/documentation.tex
@@ -269,7 +269,9 @@ the list of all selected grid variables, and calls the registered
function corresponding to the requested boundary condition on each.
\texttt{Boundary\_ClearSelection} clears the list of selected grid
variables. A thorn which wishes to have boundary conditions applied
-simply schedules \texttt{ApplyBCs} at the appropriate point.
+simply schedules \texttt{ApplyBCs} at the appropriate point. Please
+schedule it as e.g.~\verb|<MyThorn>_ApplyBCs|, to make each instance
+of it unique.
\texttt{Boundary\_ClearSelection} ensures that each boundary condition
gets executed exactly once for each selected grid variable.