comparison +grid/Grid.m @ 527:763d50caddf3 feature/boundaryGroup

Move the description of boundary identifiers to the grid package and update documentation for grid.Grid.getBoundaryNames
author Jonatan Werpers <jonatan@werpers.com>
date Thu, 03 Aug 2017 14:04:36 +0200
parents c5ca9bbfed41
children
comparison
equal deleted inserted replaced
526:d8833f0a9f1a 527:763d50caddf3
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