diff +scheme/Laplace1D.m @ 946:706d1c2b4199 feature/utux2D

Raname opts to type in a bunch of interface methods
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 05 Dec 2018 15:57:41 +0100
parents 21394c78c72e
children
line wrap: on
line diff
--- a/+scheme/Laplace1D.m	Wed Dec 05 10:55:50 2018 +0100
+++ b/+scheme/Laplace1D.m	Wed Dec 05 15:57:41 2018 +0100
@@ -83,7 +83,7 @@
             end
         end
 
-        function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts)
+        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
 
@@ -98,7 +98,7 @@
             gamm_v = neighbour_scheme.gamm;
 
             tuning = 1.1;
-            
+
             tau1 = -(a_u/gamm_u + a_v/gamm_v) * tuning;
             tau2 = 1/2*a_u;
             sig1 = -1/2;