diff +sbp/OpSet.m @ 263:21a180acbd49 operator_remake

Renamed standard class to D2Standard etc, Rewrote class properties.
author Martin Almquist <martin.almquist@it.uu.se>
date Thu, 08 Sep 2016 17:50:30 +0200
parents 23051a86faa4
children 25b01643e438
line wrap: on
line diff
--- a/+sbp/OpSet.m	Thu Sep 08 15:37:48 2016 +0200
+++ b/+sbp/OpSet.m	Thu Sep 08 17:50:30 2016 +0200
@@ -1,15 +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
-    end
-
-    methods (Abstract)
-
+        x % Grid
     end
 
 end
\ No newline at end of file