Mercurial > repos > public > sbplib
diff +scheme/Wave2d.m @ 905:459eeb99130f feature/utux2D
Include type as (optional) input parameter in the interface method of all schemes.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 22 Nov 2018 22:03:44 -0800 |
parents | a8ed986fcf57 |
children | b9c98661ff5d |
line wrap: on
line diff
--- a/+scheme/Wave2d.m Thu Nov 22 22:03:06 2018 -0800 +++ b/+scheme/Wave2d.m Thu Nov 22 22:03:44 2018 -0800 @@ -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);