From 3813ff38d50167d133fb7853b9ba10d70f114534 Mon Sep 17 00:00:00 2001 From: rideout Date: Tue, 13 May 2003 11:41:42 +0000 Subject: Ask users to schedule ApplyBCs as _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 --- doc/documentation.tex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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|_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. -- cgit v1.2.3