Mercurial > repos > public > sbplib
comparison +grid/Grid.m @ 535:b52ea450f4c3 feature/grids
Merge feature/boundaryGroup
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 07 Aug 2017 09:56:01 +0200 |
parents | 763d50caddf3 |
children |
comparison
equal
deleted
inserted
replaced
525:3011f9a28ac8 | 535:b52ea450f4c3 |
---|---|
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 |