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

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"