aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: 0433ad28c62c3b5d26923e7af422a6594abb703f (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 Whisky_InitExcision

#########################################
### Sets up the excision mask         ###
#########################################
schedule Whisky_InitExcisionMask AT CCTK_Initial AFTER MaskOne
{
   LANG: C
} "Sets up the excision mask"

schedule Whisky_InitExcisionMask AT CCTK_POST_RECOVER_VARIABLES AFTER MaskOne
{
   LANG: C
} "Sets up the excision mask"

schedule Whisky_InitExcisionMask AT POSTREGRID AFTER MaskOne
{
   LANG: C
} "Sets up the excision mask"

schedule Whisky_InitExcisionMask_poststep AT POSTSTEP BEFORE setup_epsdis
{
   LANG: C
} "Sets up the excision mask"