aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-06-15 20:27:54 +0000
committerschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-06-15 20:27:54 +0000
commite03d309347cba6537c7cf6094cdf125b273b976f (patch)
treece3ff33ed4bf51a3fc9d27b041ecf360eda1ec7f
parent61fc019ae2f1ff321854377be3432409ee076dae (diff)
Re-populate the excision mask in the postregrid bin.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@46 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
-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"