From e03d309347cba6537c7cf6094cdf125b273b976f Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 15 Jun 2004 20:27:54 +0000 Subject: 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 --- schedule.ccl | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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" -- cgit v1.2.3