comparison +scheme/Elastic2dVariable.m @ 910:b9c98661ff5d feature/utux2D

Change the name of the last interface method argument from type to opts in all schemes.
author Martin Almquist <malmquist@stanford.edu>
date Fri, 23 Nov 2018 20:39:40 -0800
parents 459eeb99130f
children 21394c78c72e
comparison
equal deleted inserted replaced
909:ab1759166a8c 910:b9c98661ff5d
350 error('No such boundary condition: type = %s',type); 350 error('No such boundary condition: type = %s',type);
351 end 351 end
352 end 352 end
353 end 353 end
354 354
355 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,type) 355 function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,opts)
356 % u denotes the solution in the own domain 356 % u denotes the solution in the own domain
357 % v denotes the solution in the neighbour domain 357 % v denotes the solution in the neighbour domain
358 tuning = 1.2; 358 tuning = 1.2;
359 % tuning = 20.2; 359 % tuning = 20.2;
360 error('Interface not implemented'); 360 error('Interface not implemented');