aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@b9286e40-80fe-41ab-903a-d6b447012e1e>2009-12-05 05:10:48 +0000
committerschnetter <schnetter@b9286e40-80fe-41ab-903a-d6b447012e1e>2009-12-05 05:10:48 +0000
commit147be29173d4c68db8771ee8813ffe0a9b018c1a (patch)
treef586dd53f56b80524132ac1330d8e192c36e9c74 /schedule.ccl
parent7505679b1b3d8484f50c48457ee762bd39228cdd (diff)
Correct and clean up WaveBinarySource:
Multiply the RHS with the time step size. Use the correct time when evaluating the RHS. Use the correct time step size on refined levels. Place the sources at z=0 instead of at the center of the domain. This is relevant for bitant mode, where the sources should still be at z=0, not at the center of the simulated domain. Remove complex logic to determine which processors should apply the source term; instead, apply it on all processors. Small other cleanups. git-svn-id: http://svn.cactuscode.org/arrangements/CactusWave/WaveBinarySource/trunk@57 b9286e40-80fe-41ab-903a-d6b447012e1e
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9341491..3340956 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,6 +3,6 @@
schedule WaveBinaryC at EVOL after WaveToy_Evolution
{
- STORAGE: wavetoy::scalarevolve[3]
+ STORAGE: wavetoy::scalarevolve[1]
LANG: C
} "Provide binary source during evolution (C)"