Mercurial > repos > public > sbplib
changeset 570:7d5d74940987 feature/grids
Merge laplace refactor. Refactor class to more closely resemble SBP notation. Fix bc bugs
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 01 Sep 2017 11:07:15 +0200 |
parents | 12ee11893453 (diff) f1a01a48779c (current diff) |
children | f8072bb8d1d1 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/+scheme/Scheme.m Fri Sep 01 10:58:07 2017 +0200 +++ b/+scheme/Scheme.m Fri Sep 01 11:07:15 2017 +0200 @@ -25,7 +25,7 @@ % neighbour_boundary is a string specifying which boundary to % interface to. % penalty may be a cell array if there are several penalties with different weights - [closure, penalty] = boundary_condition(obj,boundary,type) + [closure, penalty] = boundary_condition(obj,boundary,type) % TODO: Change name to boundaryCondition [closure, penalty] = interface(obj,boundary,neighbour_scheme,neighbour_boundary) % TODO: op = getBoundaryOperator()??