diff +scheme/Wave.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 cb2b12246b7e
children b9c98661ff5d
line wrap: on
line diff
--- a/+scheme/Wave.m	Thu Nov 22 22:03:06 2018 -0800
+++ b/+scheme/Wave.m	Thu Nov 22 22:03:44 2018 -0800
@@ -112,7 +112,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);