diff +sbp/D1Nonequidistant.m @ 832:5573913a0949 feature/burgers1d

Merged with default, and updated +scheme/Burgers1D accordingly
author Vidar Stiernström <vidar.stiernstrom@it.uu.se>
date Tue, 11 Sep 2018 15:58:35 +0200
parents bc78157c89cb
children 4cb627c7fb90
line wrap: on
line diff
--- a/+sbp/D1Nonequidistant.m	Tue Sep 11 13:24:08 2018 +0200
+++ b/+sbp/D1Nonequidistant.m	Tue Sep 11 15:58:35 2018 +0200
@@ -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