aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 961b7e0318a20db4bad022ec25783da82e887624 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Schedule definitions for thorn LegoExcision
# $Header$

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"