# Schedule definitions for thorn Cartoon2D # $Header$ if (cartoon_active) { if (allow_grid_resize) { schedule Cartoon2D_SetGrid at CCTK_RECOVER_PARAMETERS { LANG: C } "Adjust grid sizes" } schedule Cartoon2D_CheckParameters at CCTK_PARAMCHECK { LANG: C } "Check Cartoon2D parameters" schedule Cartoon_SetSym_Einstein at CCTK_BASEGRID after SpatialCoordinates { LANG: C } "Reset symmetries for Einstein grid functions" schedule Cartoon_SetSym_BSSN at CCTK_BASEGRID after SpatialCoordinates { LANG: C } "Reset symmetries for ADM_BSSN grid functions" }