Mercurial > repos > public > sbplib
diff +scheme/Beam.m @ 968:a4ad90b37998 feature/poroelastic
Merge with default.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Sun, 23 Dec 2018 14:39:31 +0100 |
parents | a35ed1d124d3 |
children | 2b1b944deae1 25d0efdb0f75 |
line wrap: on
line diff
--- a/+scheme/Beam.m Sun Dec 23 14:06:26 2018 +0100 +++ b/+scheme/Beam.m Sun Dec 23 14:39:31 2018 +0100 @@ -19,7 +19,7 @@ alphaII alphaIII - opt + opt % TODO: Get rid of this and use the interface type instead end methods @@ -170,7 +170,7 @@ end end - function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) + function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary, type) % u denotes the solution in the own domain % v denotes the solution in the neighbour domain [e_u,d1_u,d2_u,d3_u,s_u] = obj.get_boundary_ops(boundary);