aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
blob: f927a0ff67ee2396e2e75ee30fb8c8215b0c61b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Schedule definitions for thorn SetMask_SphericalSurface

schedule SetMask_SphericalSurface AT CCTK_POSTSTEP after SphericalSurface_HasBeenSet before HydroBase_ExcisionHasBeenSet
{
  LANG: C
  options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"

schedule SetMask_SphericalSurface IN HydroBase_ExcisionMaskSetup after HydroBase_InitExcisionMask
{
  LANG: C
  options: global loop-local
} "Set hydro_excision_mask according to spherical surface information"