aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: d4ae1105fc33a240f0c557968422903ef80253b9 (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 Hydro_InitExcision

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

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

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

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