comparison +scheme/Scheme.m @ 1054:77676c26056d

Merged in feature/getBoundaryOp (pull request #12) Feature/getBoundaryOp
author Jonatan Werpers <jonatan.werpers@it.uu.se>
date Thu, 24 Jan 2019 08:29:50 +0000
parents 5afc774fb7c4
children
comparison
equal deleted inserted replaced
1043:c12b84fe9b00 1054:77676c26056d
29 29
30 % type -- sets the type of interface, could be a string or a struct or something else 30 % type -- sets the type of interface, could be a string or a struct or something else
31 % depending on the particular scheme implementation 31 % depending on the particular scheme implementation
32 [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,type) 32 [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,type)
33 33
34 % TODO: op = getBoundaryOperator()?? 34 op = getBoundaryOperator(obj, opName, boundary)
35 % makes sense to have it available through a method instead of random properties 35 H_b= getBoundaryQuadrature(obj, boundary)
36 36
37 % Returns the number of degrees of freedom. 37 % Returns the number of degrees of freedom.
38 N = size(obj) 38 N = size(obj)
39 end 39 end
40 end 40 end