comparison +sbp/D1Upwind.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 21a180acbd49
comparison
equal deleted inserted replaced
261:6009f2712d13 262:23051a86faa4
52 obj.derivatives.Dp = Dp; 52 obj.derivatives.Dp = Dp;
53 obj.derivatives.Dm = Dm; 53 obj.derivatives.Dm = Dm;
54 end 54 end
55 end 55 end
56 56
57 methods (Static) 57
58 function lambda = smallestGrid(obj)
59 error('Not implmented')
60 end
61 end
62 end 58 end
63 59
64 60
65 61
66 62