aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorknarf <knarf@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2005-02-11 12:05:55 +0000
committerknarf <knarf@f75ba9e5-694f-0410-ac2c-87ea7ce7132b>2005-02-11 12:05:55 +0000
commit13d20da1461f4fbc63e13039b08d8a34884fdef0 (patch)
tree73a2c25028ff2fa2defcddf7d24ff849a0e76bb4 /schedule.ccl
parent6fc7f3f1eb9b15785fa31565748eab7483a10a33 (diff)
add a parameter to turn touching the emask at startup off
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/LegoExcision/trunk@48 f75ba9e5-694f-0410-ac2c-87ea7ce7132b
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl11
1 files changed, 7 insertions, 4 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5e5b373..5f25b38 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,11 +1,14 @@
# Schedule definitions for thorn LegoExcision
# $Header$
-schedule Lego_FixedSphere in CCTK_POSTINITIAL after MaskOne
+if (touch_excision_at_startup)
{
- LANG:Fortran
- SYNC:SpaceMask::mask
-} "Excise a fixed lego sphere"
+ schedule Lego_FixedSphere in CCTK_POSTINITIAL after MaskOne
+ {
+ LANG:Fortran
+ SYNC:SpaceMask::mask
+ } "Excise a fixed lego sphere"
+}
schedule GROUP ApplyBCs as Lego_ApplyBCs in CCTK_POSTINITIAL after Lego_FixedSphere
{