aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-02-15 11:25:26 +0000
committerrideout <rideout@f80f6fb6-8356-4fd4-90bc-d84ad503c100>2003-02-15 11:25:26 +0000
commita654abb2f5c15f230bc3447206ccd3533a0c43e5 (patch)
treef626c0d36c119beacc0cff23c51d8a90101a193e
parent12fb1d67fe0e63e450e5e4e66f42f2074a39ff97 (diff)
ApplyBCs must be scheduled after WaveToy_Boundaries, since
WaveToy_Boundaries selects vars for boundary conditions. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyF90/trunk@76 f80f6fb6-8356-4fd4-90bc-d84ad503c100
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1831615..53aac8d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -24,6 +24,6 @@ schedule WaveToyF90_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu
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"