Mercurial > repos > public > sbplib
diff +multiblock/stitchSchemes.m @ 120:8eb4e39df8a5
Changed variable name to make it clear boundary penatlies are currently skipped.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 18 Dec 2015 11:27:11 +0100 |
parents | 5c569cbef49e |
children | 419ec303e97d |
line wrap: on
line diff
--- a/+multiblock/stitchSchemes.m Tue Dec 15 16:38:17 2015 +0100 +++ b/+multiblock/stitchSchemes.m Fri Dec 18 11:27:11 2015 +0100 @@ -69,8 +69,8 @@ continue end - t = schms{i}.boundary_condition(fn{j},bc{:}); - D{i,i} = D{i,i}+t; + [closure, ~] = schms{i}.boundary_condition(fn{j},bc{:}); + D{i,i} = D{i,i}+closure; end end