# Schedule definitions for thorn SpaceMask # $Header$ if (use_mask) { STORAGE: space_mask_group schedule SetupSpaceMaskRegistry at CCTK_STARTUP { LANG: C } "Initialise spacemask registry" schedule MaskZero at CCTK_INITIAL { LANG: C } "Initialise mask to zero" schedule MaskSym at CCTK_BASEGRID { LANG: C } "Set grid symmetries for mask" # # The following is for compatibility with current excision routines, # and will be removed once they are up-to-date with the new mask # scheme. # STORAGE: mask schedule MaskSym_emask at CCTK_BASEGRID { LANG: C } "Set grid symmetries for emask (compatibility mode)" schedule MaskOne at CCTK_INITIAL { LANG: C } "Set mask to one" }