# Schedule definitions for thorn Diffusion2D # $Header$ storage: field stencil cgworkspace schedule Diffusion2D_RegisterBanner at STARTUP { LANG: C } "Register Diffusion2D banner" schedule Diffusion2D_ParamCheck at PARAMCHECK { LANG: C } "Check parameters for Diffusion2D" if (CCTK_Equals(method, "ftcs")) { schedule Diffusion2D_CheckStability at INITIAL { LANG: C } "Make sure dt small enough" } schedule Diffusion2D_Evolve at EVOL { LANG: C SYNC: field } "Evolve the initial data"