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