comparison +sbp/D2.m @ 262:23051a86faa4 operator_remake

Removed static method smallestGrid
author Martin Almquist <martin.almquist@it.uu.se>
date Thu, 08 Sep 2016 15:37:48 +0200
parents 6009f2712d13
children
comparison
equal deleted inserted replaced
261:6009f2712d13 262:23051a86faa4
50 obj.derivatives.D1 = D1; 50 obj.derivatives.D1 = D1;
51 obj.derivatives.D2 = D2; 51 obj.derivatives.D2 = D2;
52 52
53 end 53 end
54 end 54 end
55
56 methods (Static) 55 methods (Static)
57 function lambda = smallestGrid(obj) 56 function lambda = smallestGrid(obj)
58 error('Not implmented') 57 error('Not implmented')
59 end 58 end
60 end 59 end
60
61 end 61 end
62 62
63 63
64 64
65 65