diff +scheme/Scheme.m @ 592:4422c4476650 feature/utux2D

Merge with feature/grids
author Martin Almquist <martin.almquist@it.uu.se>
date Mon, 11 Sep 2017 14:17:15 +0200
parents 12ee11893453
children 459eeb99130f
line wrap: on
line diff
--- a/+scheme/Scheme.m	Mon Sep 11 14:12:54 2017 +0200
+++ b/+scheme/Scheme.m	Mon Sep 11 14:17:15 2017 +0200
@@ -25,9 +25,12 @@
         %       neighbour_boundary  is a string specifying which boundary to
         %                           interface to.
         %       penalty  may be a cell array if there are several penalties with different weights
-        [closure, penalty] = boundary_condition(obj,boundary,type)
+        [closure, penalty] = boundary_condition(obj,boundary,type) % TODO: Change name to boundaryCondition
         [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary)
 
+        % TODO: op = getBoundaryOperator()??
+        %   makes sense to have it available through a method instead of random properties
+
         % Returns the number of degrees of freedom.
         N = size(obj)
     end