diff +scheme/Wave2dCurve.m @ 979:7a5e770974ed feature/timesteppers

Merge with default
author Jonatan Werpers <jonatan@werpers.com>
date Mon, 07 Jan 2019 16:26:00 +0100
parents 706d1c2b4199
children
line wrap: on
line diff
--- a/+scheme/Wave2dCurve.m	Mon Dec 03 16:49:43 2018 -0800
+++ b/+scheme/Wave2dCurve.m	Mon Jan 07 16:26:00 2019 +0100
@@ -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;