aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-07-28 09:45:36 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-07-28 09:45:36 +0000
commitec098f5dadd15c70908dcbd07b484f04f926ebea (patch)
treee76737a0c878e3b706fac43ff99237b561c86676 /schedule.ccl
parenteeb8bdf88f9b3de750e95bdb98ae78a8f9b4ad49 (diff)
"Old boundary" interface, as provided by Yosef Zlochower.
This sets CCTK_DELTA_TIME in a different way to the standard MoL method inside a bin in MoL_PostStep. I believe this is designed for use with the standard Cactus Radiative boundary condition. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@114 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl34
1 files changed, 17 insertions, 17 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b54905c..62956a1 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -637,23 +637,23 @@ schedule GROUP MoL_PostStep AT PostRestrict
### Yosef Zlochower. ###
############################################################
-# schedule GROUP MoL_OldBdry_Wrap IN MoL_PostStep
-# {
-# } "Wrapper group, do not schedule directly into this group"
-#
-# schedule GROUP MoL_OldStyleBoundaries in MoL_OldBdry_Wrap
-# {
-# } "Place old style boundary routines here"
-#
-# schedule MoL_OldBdry_SetDt IN MoL_OldBdry_Wrap BEFORE MoL_OldStyleBoundaries
-# {
-# LANGUAGE: C
-# } "Store and change dt"
-#
-# schedule MoL_OldBdry_ResetDt IN MoL_OldBdry_Wrap AFTER MoL_OldStyleBoundaries
-# {
-# LANGUAGE: C
-# } "Reset dt"
+schedule GROUP MoL_OldBdry_Wrap IN MoL_PostStep
+{
+} "Wrapper group, do not schedule directly into this group"
+
+schedule GROUP MoL_OldStyleBoundaries in MoL_OldBdry_Wrap
+{
+} "Place old style boundary routines here"
+
+schedule MoL_OldBdry_SetDt IN MoL_OldBdry_Wrap BEFORE MoL_OldStyleBoundaries
+{
+ LANGUAGE: C
+} "Store and change dt"
+
+schedule MoL_OldBdry_ResetDt IN MoL_OldBdry_Wrap AFTER MoL_OldStyleBoundaries
+{
+ LANGUAGE: C
+} "Reset dt"
#################################################
### Final internal MoL stuff; decrement the ###