aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl12
1 files changed, 11 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 961b7e0..5e5b373 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,7 +1,7 @@
# Schedule definitions for thorn LegoExcision
# $Header$
-schedule Lego_FixedSphere in CCTK_POSTINITIAL
+schedule Lego_FixedSphere in CCTK_POSTINITIAL after MaskOne
{
LANG:Fortran
SYNC:SpaceMask::mask
@@ -10,3 +10,13 @@ schedule Lego_FixedSphere in CCTK_POSTINITIAL
schedule GROUP ApplyBCs as Lego_ApplyBCs in CCTK_POSTINITIAL after Lego_FixedSphere
{
} "Apply boundary conditions controlled by thorn Boundary"
+
+schedule Lego_FixedSphere in CCTK_POSTREGRID after MaskOne
+{
+ LANG:Fortran
+ SYNC:SpaceMask::mask
+} "Excise a fixed lego sphere"
+
+schedule GROUP ApplyBCs as Lego_ApplyBCs in CCTK_POSTREGRID after Lego_FixedSphere
+{
+} "Apply boundary conditions controlled by thorn Boundary"