aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"