Mercurial > repos > public > sbplib
diff +scheme/Scheme.m @ 220:5df8d20281fe feature/beams
Made scheme boundary_condition return a cell array of penalties if there are several of them.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 28 Jun 2016 13:11:14 +0200 |
parents | 15d604e4e1a1 |
children | a70d5387d2ca |
line wrap: on
line diff
--- a/+scheme/Scheme.m Mon Jun 27 13:26:02 2016 +0200 +++ b/+scheme/Scheme.m Tue Jun 28 13:11:14 2016 +0200 @@ -24,6 +24,7 @@ % interfaced to. % 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] = interface(obj,boundary,neighbour_scheme,neighbour_boundary)