diff +sbp/D1Nonequidistant.m @ 886:8894e9c49e40 feature/timesteppers

Merge with default for latest changes
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Thu, 15 Nov 2018 16:36:21 -0800
parents bc78157c89cb
children 4cb627c7fb90
line wrap: on
line diff
--- a/+sbp/D1Nonequidistant.m	Mon Sep 10 16:19:16 2018 +0200
+++ b/+sbp/D1Nonequidistant.m	Thu Nov 15 16:36:21 2018 -0800
@@ -81,6 +81,11 @@
             obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l';
 
             obj.borrowing = [];
+
+        end
+
+        function str = string(obj)
+            str = [class(obj) '_' num2str(obj.order)];
         end
     end
 end