diff +sbp/D4Lonely.m @ 328:31d6698c1edf feature/beams

Clean up and fixing of new operators
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 28 Sep 2016 12:39:12 +0200
parents d24869abc7cd
children 25b01643e438
line wrap: on
line diff
--- a/+sbp/D4Lonely.m	Tue Sep 27 09:46:58 2016 +0200
+++ b/+sbp/D4Lonely.m	Wed Sep 28 12:39:12 2016 +0200
@@ -1,16 +1,16 @@
 classdef D4Lonely < sbp.OpSet
     properties
+        m    % Number of grid points.
+        h    % Step size
+        x    % grid
         H    % Norm matrix
         HI   % H^-1
+        D4   % SBP operator for fourth derivative
+        M4   % Norm matrix, fourth derivative
         e_l,  e_r  % Left and right boundary operator
         d1_l, d1_r % Left and right boundary first derivative
         d2_l, d2_r % Left and right boundary second derivative
         d3_l, d3_r % Left and right boundary third derivative
-        D4   % SBP operator for fourth derivative
-        M4   % Norm matrix, fourth derivative
-        m    % Number of grid points.
-        h    % Step size
-        x    % grid
         borrowing % Struct with borrowing limits for different norm matrices
     end