# Schedule definitions for thorn SummationByParts # $Header$ # Mask for norms STORAGE: normmask SCHEDULE SBP_SetNormMask AT initial { LANG: Fortran } "Setup the mask for the calulcation of the norm" SCHEDULE SBP_CheckGridSizes AT postinitial { LANG: Fortran } "Check grid sizes and ghost zones" if (use_dissipation) { SCHEDULE SBP_DissipationAdd IN MoL_PostRHS { LANG: C } "Add SBP compatible dissipation to the right hand sides" }