aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 5f25b385abe54c9d8f61a5cb6b23e1708b044030 (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
# 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"

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"