comparison +grid/Grid.m @ 592:4422c4476650 feature/utux2D

Merge with feature/grids
author Martin Almquist <martin.almquist@it.uu.se>
date Mon, 11 Sep 2017 14:17:15 +0200
parents 763d50caddf3
children
comparison
equal deleted inserted replaced
591:39554f2de783 592:4422c4476650
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