comparison +scheme/Scheme.m @ 537:a70d5387d2ca feature/grids

Add note about a possible getBoundaryOperator method
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 08 Aug 2017 08:25:16 +0200
parents 5df8d20281fe
children 08b6281ba2a9
comparison
equal deleted inserted replaced
536:6c6a3040a678 537:a70d5387d2ca
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()??
32
31 % Returns the number of degrees of freedom. 33 % Returns the number of degrees of freedom.
32 N = size(obj) 34 N = size(obj)
33 end 35 end
34 36
35 methods(Static) 37 methods(Static)