aboutsummaryrefslogtreecommitdiff
path: root/Examples/Wave.m
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2010-11-29 19:31:50 +0100
committerIan Hinder <ian.hinder@aei.mpg.de>2010-11-29 20:20:17 +0100
commitd8faefda44c82c367ba42e31ddc6c9065b72c03a (patch)
tree119e98486dbb4e27458a3c6dad658c06a12253e4 /Examples/Wave.m
parent7f703bf6f7fc2672a95efbfa992a43df980b2b91 (diff)
Wave.m: Use 3 timelevels for all variables so that they can be used with mesh refinement
Diffstat (limited to 'Examples/Wave.m')
-rw-r--r--Examples/Wave.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/Examples/Wave.m b/Examples/Wave.m
index 0c19475..a44d484 100644
--- a/Examples/Wave.m
+++ b/Examples/Wave.m
@@ -36,10 +36,10 @@ zerodims = {};
PD = PDstandard2nd;
PDnorm = PDplus;
-evolvedGroup = {"evolved", {phi, pi}};
-normGroup = {"norms", {VL2, VDP, EL2}};
-exactGroup = {"exact", {phiExact, piExact}};
-errorGroup = {"errors", {phiError, piError}};
+evolvedGroup = {"evolved", {phi, pi}, Timelevels -> 3};
+normGroup = {"norms", {VL2, VDP, EL2}, Timelevels -> 3};
+exactGroup = {"exact", {phiExact, piExact}, Timelevels -> 3};
+errorGroup = {"errors", {phiError, piError}, Timelevels -> 3};
groups = {evolvedGroup, normGroup, exactGroup, errorGroup};