aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-04-13 17:19:45 +0000
committerschnetter <schnetter@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2004-04-13 17:19:45 +0000
commitc8946e72fe4a81906a4a97d7c56f016b5e1f3629 (patch)
treec1b1a697ace9cce23dcce4cba374caf9d4b964ad /schedule.ccl
parentd25673061d63055b0e2eef0175c73a84fda9d328 (diff)
Apply boundary condition after setting mask to a fixed region.
Allow two fixed regions. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@43 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 4 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 169e015..961b7e0 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -4,5 +4,9 @@
schedule Lego_FixedSphere in CCTK_POSTINITIAL
{
LANG:Fortran
+ SYNC:SpaceMask::mask
} "Excise a fixed lego sphere"
+schedule GROUP ApplyBCs as Lego_ApplyBCs in CCTK_POSTINITIAL after Lego_FixedSphere
+{
+} "Apply boundary conditions controlled by thorn Boundary"