Mercurial > repos > public > sbplib
changeset 457:8ba675cc8827 feature/grids
Add note about how to handle boundary groups
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 19 Jun 2017 09:39:50 +0200 |
parents | cf313abea04b |
children | 1147db8a2ffa |
files | +multiblock/Grid.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/+multiblock/Grid.m Fri May 12 16:20:43 2017 +0200 +++ b/+multiblock/Grid.m Mon Jun 19 09:39:50 2017 +0200 @@ -17,7 +17,7 @@ % -cell-vector with strings naming the boundaries to be % connected. (inverted coupling?) %% Should we have boundary groups at all? maybe it can be handled in a - %% cleaner way outside of the class. + %% cleaner way outside of the class. Maybe the grid class doesn't need to care at all. All boundaryGroup interaction is in DiffOp? function obj = Grid(grids, connections, boundaryGroups) obj.grids = grids; obj.connections = connections;