Mercurial > repos > public > sbplib
view +grid/Multiblock.m @ 156:095cdd472688 feature/grids
Changed name from Mapped to Curvilinear.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 18 Feb 2016 17:19:17 +0100 |
parents | cf748f33cd5b |
children | c700b26ad304 |
line wrap: on
line source
classdef Multiblock < grid.Grid % General multiblock grid methods (Abstract) % NBlocks returns the number of blocks in the grid. o = NBlocks(obj); % Grid returns the ith grid in the multiblockgrid gs = Grid(obj,i); % Grids returns a cell array of all the grids in the multiblock grid. gs = Grids(obj); end end % Should define boundaries and connections between grids.