Mercurial > repos > public > sbplib
changeset 537:a70d5387d2ca feature/grids
Add note about a possible getBoundaryOperator method
| author | Jonatan Werpers <jonatan@werpers.com> |
|---|---|
| date | Tue, 08 Aug 2017 08:25:16 +0200 |
| parents | 6c6a3040a678 |
| children | 95e41f7a6f1a |
| files | +scheme/Scheme.m |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/+scheme/Scheme.m Mon Aug 07 09:57:03 2017 +0200 +++ b/+scheme/Scheme.m Tue Aug 08 08:25:16 2017 +0200 @@ -28,6 +28,8 @@ [closure, penalty] = boundary_condition(obj,boundary,type) [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) + % op = getBoundaryOperator()?? + % Returns the number of degrees of freedom. N = size(obj) end
