Mercurial > repos > public > sbplib
diff +scheme/LaplaceCurvilinear.m @ 1064:1341c6cea9c1 feature/laplace_curvilinear_test
Set tuning to 1.0 in both old and new Dirichlet.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Thu, 17 Jan 2019 18:18:00 -0800 |
parents | 78db023a7fe3 |
children | 90c23fd08f59 |
line wrap: on
line diff
--- a/+scheme/LaplaceCurvilinear.m Tue Jan 15 15:08:29 2019 -0800 +++ b/+scheme/LaplaceCurvilinear.m Thu Jan 17 18:18:00 2019 -0800 @@ -244,8 +244,7 @@ switch type % Dirichlet boundary condition case {'D','d','dirichlet'} - tuning = 1.2; - % tuning = 20.2; + tuning = 1.0; b1 = gamm*obj.lambda./obj.a11.^2; b2 = gamm*obj.lambda./obj.a22.^2;