aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
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 /src/make.code.defn
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 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 781200f..4c9617c 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -2,7 +2,7 @@
# $Header$
# Source files in this directory
-SRCS = CoordinateStuff.c WaveBinary.c
+SRCS = WaveBinary.c
# Subdirectories containing source files
SUBDIRS =