diff +scheme/Scheme.m @ 213:15d604e4e1a1 feature/beams

Removed the data paramter from boundary_condition prototype.
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 22 Jun 2016 14:40:23 +0200
parents ef41fde95ac4
children 5df8d20281fe
line wrap: on
line diff
--- a/+scheme/Scheme.m	Thu Jun 16 10:56:47 2016 +0200
+++ b/+scheme/Scheme.m	Wed Jun 22 14:40:23 2016 +0200
@@ -20,13 +20,11 @@
         %                           'l','r' or 'e','w','n','s'.
         %       type                is a string specifying the type of
         %                           boundary condition if there are several.
-        %       data                is a function returning the data that
-        %                           should be applied at the boundary.
         %       neighbour_scheme    is an instance of Scheme that should be
         %                           interfaced to.
         %       neighbour_boundary  is a string specifying which boundary to
         %                           interface to.
-        [closure, penalty] = boundary_condition(obj,boundary,type,data)
+        [closure, penalty] = boundary_condition(obj,boundary,type)
         [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary)
 
         % Returns the number of degrees of freedom.