Mercurial > repos > public > sbplib
changeset 935:1bf200417957 feature/utux2D
Fix doc for LaplaceCurvilinear.interface
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Tue, 04 Dec 2018 12:53:59 +0100 |
| parents | dd95470d4baf |
| children | a205264664cd |
| files | +scheme/LaplaceCurvilinear.m |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/+scheme/LaplaceCurvilinear.m Tue Dec 04 12:37:44 2018 +0100 +++ b/+scheme/LaplaceCurvilinear.m Tue Dec 04 12:53:59 2018 +0100 @@ -276,7 +276,7 @@ % type Struct that specifies the interface coupling. % Fields: % -- tuning: penalty strength, defaults to 1.2 - % -- interpolation: struct of interpolation operators (empty for conforming grids) + % -- interpolation: type of interpolation, default 'none' function [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary,type) defaultType.tuning = 1.2;
