Mercurial > repos > public > sbplib
diff +sbp/OpSet.m @ 307:fefb2f9884f7 feature/beams
Merge with default.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 23 Sep 2016 10:40:12 +0200 |
parents | 21a180acbd49 |
children | 25b01643e438 |
line wrap: on
line diff
--- a/+sbp/OpSet.m Thu Sep 22 09:34:27 2016 +0200 +++ b/+sbp/OpSet.m Fri Sep 23 10:40:12 2016 +0200 @@ -1,18 +1,9 @@ classdef (Abstract) OpSet properties (Abstract) - norms % Struct containing norm matrices such as H,Q, M - boundary % Struct contanging vectors for boundry point approximations - derivatives % Struct containging differentiation operators borrowing % Struct with borrowing limits for different norm matrices m % Number of grid points. h % Step size + x % Grid end - methods (Abstract) - - end - - methods (Abstract, Static) - lambda = smallestGrid() - end end \ No newline at end of file