comparison +sbp/D2BlockNorm.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 e1d11b6a68d8
children
comparison
equal deleted inserted replaced
831:d0934d1143b7 832:5573913a0949
48 end 48 end
49 49
50 obj.m = m; 50 obj.m = m;
51 51
52 end 52 end
53
54 function str = string(obj)
55 str = [class(obj) '_' num2str(obj.order)];
56 end
53 end 57 end
54 58
55 59
56 60
57 end 61 end