Mercurial > repos > public > sbplib
diff +scheme/Schrodinger.m @ 1033:037f203b9bf5 feature/burgers1d
Merge with branch feature/advectioRV to utilize the +rv package
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 17 Jan 2019 10:44:12 +0100 |
parents | 706d1c2b4199 |
children | 337c4d1dcef5 c12b84fe9b00 |
line wrap: on
line diff
--- a/+scheme/Schrodinger.m Fri Oct 12 08:50:25 2018 +0200 +++ b/+scheme/Schrodinger.m Thu Jan 17 10:44:12 2019 +0100 @@ -90,7 +90,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] = obj.get_boundary_ops(boundary);