Mercurial > repos > public > sbplib
diff +scheme/Euler1d.m @ 905:459eeb99130f feature/utux2D
Include type as (optional) input parameter in the interface method of all schemes.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 22 Nov 2018 22:03:44 -0800 |
parents | f39f98b59f61 |
children | b9c98661ff5d |
line wrap: on
line diff
--- a/+scheme/Euler1d.m Thu Nov 22 22:03:06 2018 -0800 +++ b/+scheme/Euler1d.m Thu Nov 22 22:03:44 2018 -0800 @@ -446,7 +446,7 @@ closure = @closure_fun; end - function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) + function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,type) error('NOT DONE') % u denotes the solution in the own domain % v denotes the solution in the neighbour domain