aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 5c29cec806641f0495b0807539b3f44f5d0de7ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Schedule definitions for thorn LegoExcision
# $Header$

if (touch_excision_at_startup)
{
  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
{
} "Apply boundary conditions controlled by thorn Boundary"

if (touch_excision_at_startup)
{
  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"