Mercurial > repos > public > sbplib
diff +scheme/LaplaceCurvilinear.m @ 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 | 1c61d8fa9903 |
children | a205264664cd |
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;