# Schedule definitions for thorn Time # $Header$ if (CCTK_Equals(courant_method,"standard") || CCTK_Equals(courant_method,"standard_wavespeed")) { schedule Time_Simple at CCTK_BASEGRID after CartGrid3D { LANG: C } "Set timestep based on Courant condition" } if (CCTK_Equals(courant_method,"courant") || CCTK_Equals(courant_method,"courant_time")) { schedule Time_Simple at CCTK_BASEGRID after CartGrid3D { LANG: C } "Set timestep based on Courant condition" schedule Time_Courant at CCTK_PRESTEP { LANG: C } "Reset timestep each iteration" }