From 69d85e287d7cd42b998fda5d51af78d0d5b1a2f0 Mon Sep 17 00:00:00 2001 From: allen Date: Sun, 31 Oct 1999 13:26:59 +0000 Subject: Improved implementation of dynamic courant condition git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Time/trunk@13 5633253d-7678-4964-a54d-f87795f8ee59 --- schedule.ccl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'schedule.ccl') 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 -- cgit v1.2.3