comparison +scheme/Scheme.m @ 539:08b6281ba2a9 feature/grids

Add some todos
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 08 Aug 2017 13:25:19 +0200
parents a70d5387d2ca
children 12ee11893453
comparison
equal deleted inserted replaced
538:95e41f7a6f1a 539:08b6281ba2a9
26 % interface to. 26 % interface to.
27 % penalty may be a cell array if there are several penalties with different weights 27 % penalty may be a cell array if there are several penalties with different weights
28 [closure, penalty] = boundary_condition(obj,boundary,type) 28 [closure, penalty] = boundary_condition(obj,boundary,type)
29 [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) 29 [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary)
30 30
31 % op = getBoundaryOperator()?? 31 % TODO: op = getBoundaryOperator()??
32 % makes sense to have it available through a method instead of random properties
32 33
33 % Returns the number of degrees of freedom. 34 % Returns the number of degrees of freedom.
34 N = size(obj) 35 N = size(obj)
35 end 36 end
36 37