Mercurial > repos > public > sbplib
diff +scheme/Wave2d.m @ 1018:eca4d9df9365 feature/advectionRV
Merge with default for latest changes
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Dec 2018 17:31:28 +0100 |
parents | 706d1c2b4199 |
children | 78db023a7fe3 c12b84fe9b00 |
line wrap: on
line diff
--- a/+scheme/Wave2d.m Tue Dec 11 16:29:21 2018 +0100 +++ b/+scheme/Wave2d.m Tue Dec 11 17:31:28 2018 +0100 @@ -158,7 +158,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,d_u,s_u,gamm_u, halfnorm_inv] = obj.get_boundary_ops(boundary);