Mercurial > repos > public > sbplib
changeset 1109:01d28cfafe7c feature/laplace_curvilinear_test
Remove unused borrowing parameter gamma in interfaceStandard
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 10 Apr 2019 11:28:23 -0700 |
parents | 5ec23b9bf360 |
children | 9ddd2e89d018 |
files | +scheme/LaplaceCurvilinear.m |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
diff -r 5ec23b9bf360 -r 01d28cfafe7c +scheme/LaplaceCurvilinear.m --- a/+scheme/LaplaceCurvilinear.m Wed Apr 10 11:00:27 2019 -0700 +++ b/+scheme/LaplaceCurvilinear.m Wed Apr 10 11:28:23 2019 -0700 @@ -360,7 +360,6 @@ % Boundary operators, u e_u = u.getBoundaryOperator('e', boundary); d_u = u.getBoundaryOperator('d', boundary); - gamm_u = u.getBoundaryBorrowing(boundary); s_b_u = u.getBoundaryScaling(boundary); [th_H_u, ~, th_R_u] = u.getBoundaryBorrowing(boundary); m_u = u.getBoundaryNumber(boundary); @@ -373,7 +372,6 @@ % Boundary operators, v e_v = v.getBoundaryOperator('e', neighbour_boundary); d_v = v.getBoundaryOperator('d', neighbour_boundary); - gamm_v = v.getBoundaryBorrowing(neighbour_boundary); s_b_v = v.getBoundaryScaling(neighbour_boundary); [th_H_v, ~, th_R_v] = v.getBoundaryBorrowing(neighbour_boundary); m_v = v.getBoundaryNumber(neighbour_boundary);