aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorlanfer <lanfer@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-01-07 09:52:35 +0000
committerlanfer <lanfer@f5a6acaf-da7d-456b-b0a8-35edbc60b392>2000-01-07 09:52:35 +0000
commit88a0a1799137bd7ff3506301b3024fc9d3fcc366 (patch)
treeb9a5eecbad7550cfe55426256d2a059b04b37f9b /schedule.ccl
parent7b528ae06916037b7fcf6c958ee67e2de8677aec (diff)
rotating binary charges
git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/IDScalarWave/trunk@19 f5a6acaf-da7d-456b-b0a8-35edbc60b392
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl21
1 files changed, 21 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index d5d569f..9725db8 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,6 +1,26 @@
# Schedule definitions for thorn IDScalarWave
# $Header$
+
+if (CCTK_Equals(binary_source,"yes")||CCTK_Equals(binary_source,"fast"))
+{
+ schedule WaveBinary at EVOL after WaveToyF77_Evolution
+ {
+ STORAGE: wavetoy::scalarevolve
+ LANG: Fortran
+ } "Provide binary source during evolution"
+}
+
+if (CCTK_Equals(binary_source,"slow"))
+{
+ schedule WaveBinarySlow at EVOL after WaveToyF77_Evolution
+ {
+ STORAGE: wavetoy::scalarevolve
+ LANG: Fortran
+ } "Provide binary source during evolution"
+}
+
+
schedule IDScalarWave_CheckParameters at CCTK_PARAMCHECK
{
LANG: Fortran
@@ -12,3 +32,4 @@ schedule IDScalarWave_InitialData at CCTK_INITIAL
COMMUNICATION: wavetoy::scalarevolve
LANG: Fortran
} "Initial data for 3D wave equation"
+