aboutsummaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2012-01-24 19:29:06 -0600
committerIan Hinder <ian.hinder@aei.mpg.de>2012-01-24 19:29:06 -0600
commit1542faaee852ce34ac0c9a03e6072f57e7bbf6a7 (patch)
treeb4bcd06b2e148713401717fb13d96ac01d1276b7 /Examples
parent092cac89c2d19432a6b8830330a4c7ff607215c6 (diff)
SimpleWaveCaKernel.m: Set initial data to zero for testing
Diffstat (limited to 'Examples')
-rw-r--r--Examples/SimpleWaveCaKernel.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Examples/SimpleWaveCaKernel.m b/Examples/SimpleWaveCaKernel.m
index 61e070e..7e7a880 100644
--- a/Examples/SimpleWaveCaKernel.m
+++ b/Examples/SimpleWaveCaKernel.m
@@ -16,8 +16,8 @@ initialSineCalc =
Schedule -> {"AT INITIAL"},
Equations ->
{
- phi -> Sin[2 Pi (x - t)],
- pi -> -2 Pi Cos[2 Pi (x - t)]
+ phi -> 0, (*Sin[2 Pi (x - t)],*)
+ pi -> 0 (*-2 Pi Cos[2 Pi (x - t)] *)
}
};