aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 33a3133..9919078 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,11 @@ if (CCTK_Equals(courant_method,"standard"))
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