Mercurial > repos > public > sbplib
comparison +grid/Grid.m @ 704:111fcbcff2e9 feature/optim
merg with featuew grids
author | Ylva Rydin <ylva.rydin@telia.com> |
---|---|
date | Fri, 03 Nov 2017 10:53:15 +0100 |
parents | 763d50caddf3 |
children |
comparison
equal
deleted
inserted
replaced
703:027f606fa691 | 704:111fcbcff2e9 |
---|---|
14 gf = restrictFunc(obj, gf, g) | 14 gf = restrictFunc(obj, gf, g) |
15 | 15 |
16 % Projects the grid function gf on obj to the grid g. | 16 % Projects the grid function gf on obj to the grid g. |
17 gf = projectFunc(obj, gf, g) | 17 gf = projectFunc(obj, gf, g) |
18 | 18 |
19 % Return the names of all boundaries in this grid. | 19 % Return the grid.boundaryIdentifiers of all boundaries in a cell array. |
20 bs = getBoundaryNames(obj) | 20 bs = getBoundaryNames(obj) |
21 | 21 |
22 % Return coordinates for the given boundary | 22 % Return coordinates for the given boundary |
23 b = getBoundary(obj, name) | 23 b = getBoundary(obj, name) |
24 end | 24 end |