aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2007-05-23 22:17:58 +0000
committerschnetter <schnetter@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2007-05-23 22:17:58 +0000
commit5fab1cec10163e6c0b9320bf8dcdb62d5a6a4679 (patch)
tree3546c2024dc6d8165e023575d68eac0dc6aa13ff
parent94cb43e86977529f695d843fd5b621dfc7c7b33c (diff)
Schedule the MoL_PostStep parts in the POSTREGRID bin so that
boundaries and symmetries are applied correctly. (This is equivalent to scheduling MoL_PostStep in POSTRESTRICT.) git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@123 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--schedule.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e7c485c..c8b9918 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -632,6 +632,17 @@ schedule GROUP MoL_PostStep AT PostInitial
} "Ensure that everything is correct after the initial data have been set up"
##################################################################
+### Schedule the PostStep parts in the Carpet 'PostRegrid' ###
+### bin so that symmetries are automatically done correctly. ###
+### We may want to change this later as it could be ###
+### expensive, but it's simplest for the moment. ###
+##################################################################
+
+schedule GROUP MoL_PostStep AT PostRegrid
+{
+} "Ensure that everything is correct after regridding"
+
+##################################################################
### Schedule the PostStep parts in the Carpet 'PostRestrict' ###
### bin so that symmetries are automatically done correctly. ###
### We may want to change this later as it could be ###