changeset 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 3c4ffbfbfb84
children f0f4ca946068
files +scheme/Scheme.m
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
diff -r 3c4ffbfbfb84 -r 15d604e4e1a1 +scheme/Scheme.m
--- 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.