diff +scheme/LaplaceCurvilinear.m @ 946:706d1c2b4199 feature/utux2D

Raname opts to type in a bunch of interface methods
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 05 Dec 2018 15:57:41 +0100
parents 31186559236d
children a0b3161e44f3
line wrap: on
line diff
--- a/+scheme/LaplaceCurvilinear.m	Wed Dec 05 10:55:50 2018 +0100
+++ b/+scheme/LaplaceCurvilinear.m	Wed Dec 05 15:57:41 2018 +0100
@@ -383,9 +383,6 @@
         %
         %  I -- the indices of the boundary points in the grid matrix
         function [e, d, gamm, H_b, I] = get_boundary_ops(obj, boundary)
-
-            % gridMatrix = zeros(obj.m(2),obj.m(1));
-            % gridMatrix(:) = 1:numel(gridMatrix);
             ind = grid.funcToMatrix(obj.grid, 1:prod(obj.m));
 
             switch boundary
@@ -419,7 +416,6 @@
                 case {'s','n'}
                     gamm = obj.gamm_v;
             end
-
         end
 
         function N = size(obj)