aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetMask/schedule.ccl
blob: 1b136ff9a6ddab388428fcf9bd3a726e0ece34ed (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
29
30
31
32
33
34
35
36
37
# Schedule definitions for thorn CarpetMask

SCHEDULE CarpetSurfaceParamCheck AT paramcheck
{
  LANG: C
  OPTIONS: global
} "Check parameters"

# TODO: Schedule this only if there is an excluded centre which is active
SCHEDULE GROUP MaskBase_SetupMask AT poststep AFTER SphericalSurface_HasBeenSet
{
} "Set up the weight function"

SCHEDULE CarpetExcludedSetup IN SetupMask
{
  LANG: C
  OPTIONS: global loop-local
} "Set up the weight function for the excluded regions"

SCHEDULE CarpetSurfaceSetup IN SetupMask
{
  LANG: C
  OPTIONS: global loop-local
} "Set up the weight function for the excluded spherical surfaces"




#SCHEDULE CarpetExcludedSetup IN SetupMask_LevelMode
#{
#  LANG: C
#} "Set up the weight function for the excluded regions"
#
#SCHEDULE CarpetSurfaceSetup IN SetupMask_LevelMode
#{
#  LANG: C
#} "Set up the weight function for the excluded spherical surfaces"