diff +scheme/Wave2dCurve.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 4e266dfe9edc
children b9c98661ff5d
line wrap: on
line diff
--- a/+scheme/Wave2dCurve.m	Thu Nov 22 22:03:06 2018 -0800
+++ b/+scheme/Wave2dCurve.m	Thu Nov 22 22:03:44 2018 -0800
@@ -243,7 +243,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
             tuning = 1.2;