aboutsummaryrefslogtreecommitdiff
path: root/Tests
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2013-09-05 20:31:32 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2013-09-05 20:31:32 +0200
commit8aaf3ebab720eadd5bfda1dd3beef6c6ec2ae2f9 (patch)
treec9d661d56bbee455cfe22ba7b90e2c1b436102f2 /Tests
parent18951cd3b318e6fe063ceb9db0dc9587a750e8fd (diff)
Kranc.mt: Add a SimpleWave test
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Kranc.mt16
1 files changed, 16 insertions, 0 deletions
diff --git a/Tests/Kranc.mt b/Tests/Kranc.mt
index ffba131..20af73e 100644
--- a/Tests/Kranc.mt
+++ b/Tests/Kranc.mt
@@ -97,3 +97,19 @@ Test[
,
TestID -> "IfThen"
]
+
+(****************************************************************)
+(* SimpleWave *)
+(****************************************************************)
+
+Test[
+ CreateKrancThornTT[
+ $groups, "TestThorns", "SimpleWave",
+ PartialDerivatives -> $derivatives,
+ DeclaredGroups -> {"evolved_group"},
+ Calculations -> {$initialSineCalc, $evolveCalc}]
+ ,
+ Null
+ ,
+ TestID->"SimpleWave"
+]