From 90ec9f8ae3be68de39fb9981cc11fde1875e708e Mon Sep 17 00:00:00 2001 From: schnetter Date: Wed, 5 Nov 2003 19:58:55 +0000 Subject: Schedule boundary conditions at postrestrict. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@64 50555cc7-fb31-491a-85db-9a2874240742 --- schedule.ccl | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/schedule.ccl b/schedule.ccl index ca52c8a..9719f88 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -27,3 +27,12 @@ schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at EVOL AFTER WaveToy_Evolu schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at EVOL after WaveToy_Boundaries { } "Apply boundary conditions" + +schedule WaveToyCXX_Boundaries as WaveToy_Boundaries at POSTRESTRICT +{ + LANG: C +} "Boundaries of 3D wave equation" + +schedule GROUP ApplyBCs as WaveToyCXX_ApplyBCs at POSTRESTRICT after WaveToy_Boundaries +{ +} "Apply boundary conditions" -- cgit v1.2.3