comparison +scheme/Hypsyst3d.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 b9c98661ff5d
children 0652b34f9f27
comparison
equal deleted inserted replaced
945:af397cc35239 946:706d1c2b4199
166 otherwise 166 otherwise
167 error('No such boundary condition') 167 error('No such boundary condition')
168 end 168 end
169 end 169 end
170 170
171 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts) 171 function [closure, penalty] = interface(obj, boundary, neighbour_scheme, neighbour_boundary, type)
172 error('An interface function does not exist yet'); 172 error('Not implemented');
173 end 173 end
174 174
175 function N = size(obj) 175 function N = size(obj)
176 N = obj.m; 176 N = obj.m;
177 end 177 end