Mercurial > repos > public > sbplib
diff +scheme/Beam.m @ 955:92c3c170e90b
Merged in feature/utux2D (pull request #11)
Feature/utux2D
Approved-by: Jonatan Werpers <jonatan.werpers@it.uu.se>
Approved-by: Martin Almquist <malmquist@stanford.edu>
Approved-by: Vidar Stiernström <vidar.stiernstrom@it.uu.se>
author | Jonatan Werpers <jonatan.werpers@it.uu.se> |
---|---|
date | Mon, 10 Dec 2018 08:29:41 +0000 |
parents | a35ed1d124d3 |
children | 2b1b944deae1 25d0efdb0f75 |
line wrap: on
line diff
--- a/+scheme/Beam.m Fri Dec 07 16:10:58 2018 +0100 +++ b/+scheme/Beam.m Mon Dec 10 08:29:41 2018 +0000 @@ -19,7 +19,7 @@ alphaII alphaIII - opt + opt % TODO: Get rid of this and use the interface type instead end methods @@ -170,7 +170,7 @@ end end - function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) + function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary, type) % u denotes the solution in the own domain % v denotes the solution in the neighbour domain [e_u,d1_u,d2_u,d3_u,s_u] = obj.get_boundary_ops(boundary);