aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@50555cc7-fb31-491a-85db-9a2874240742>2003-11-05 19:58:55 +0000
committerschnetter <schnetter@50555cc7-fb31-491a-85db-9a2874240742>2003-11-05 19:58:55 +0000
commit90ec9f8ae3be68de39fb9981cc11fde1875e708e (patch)
treed89ab790c496ca4dd5e367f071a0e07d7f8504ef
parent446ebb3e43a9e2cf3b3e33572173594ac0d2d9e4 (diff)
Schedule boundary conditions at postrestrict.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveToyCXX/trunk@64 50555cc7-fb31-491a-85db-9a2874240742
-rw-r--r--schedule.ccl9
1 files changed, 9 insertions, 0 deletions
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"