aboutsummaryrefslogtreecommitdiff
path: root/Examples/Wave.m
diff options
context:
space:
mode:
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};