changeset 265:3e0432b3cb68 operator_remake

Added warning for 12th order 2nd der, D2=D1*D1
author Martin Almquist <martin.almquist@it.uu.se>
date Fri, 09 Sep 2016 10:41:31 +0200
parents 8a625c5a3633
children bfa130b7abf6
files +sbp/D2Standard.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/+sbp/D2Standard.m	Fri Sep 09 10:39:12 2016 +0200
+++ b/+sbp/D2Standard.m	Fri Sep 09 10:41:31 2016 +0200
@@ -56,6 +56,8 @@
                 obj.e_m, obj.M, obj.Q, obj.S_1, obj.S_m] =...
                 sbp.implementations.ordinary12(m,obj.h);
                 obj.borrowing.M.S = []; % Need to compute!
+                warning('D2=D1*D1 (wide stencil).');
+                warning('The borrowing constant has not been computed.')
             else
                 error('Invalid operator order %d.',order);
             end