From ebbc4fbab0c668291eb5ba27c8d3e47072b20c5e Mon Sep 17 00:00:00 2001 From: rideout Date: Sat, 15 Feb 2003 11:25:26 +0000 Subject: ApplyBCs must be scheduled after WaveToy_Boundaries, since WaveToy_Boundaries selects vars for boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyFreeF90/trunk@48 daab82bb-f315-4ad1-b6d0-9353ff8b6e27 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schedule.ccl b/schedule.ccl index 5d81f7a..1f7075f 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -24,6 +24,6 @@ schedule WaveToyFreeF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_E LANG: Fortran } "Boundaries of 3D wave equation" -schedule GROUP ApplyBCs at EVOL after WaveToy_Evolution +schedule GROUP ApplyBCs at EVOL after WaveToy_Boundaries { } "Apply boundary conditions" -- cgit v1.2.3