Mercurial > repos > public > sbplib
diff +scheme/LaplaceCurvilinear.m @ 539:08b6281ba2a9 feature/grids
Add some todos
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 08 Aug 2017 13:25:19 +0200 |
parents | 56eb7c088bd4 |
children | c5a7a13c03dc |
line wrap: on
line diff
--- a/+scheme/LaplaceCurvilinear.m Tue Aug 08 08:26:49 2017 +0200 +++ b/+scheme/LaplaceCurvilinear.m Tue Aug 08 13:25:19 2017 +0200 @@ -37,6 +37,8 @@ methods % Implements a*div(b*grad(u)) as a SBP scheme + % TODO: Implement proper H, it should be the real physical quadrature, the logic quadrature may be but in a separate variable (H_logic?) + function obj = LaplaceCurvilinear(g ,order, a, b, opSet) default_arg('opSet',@sbp.D2Variable); default_arg('a', 1);