Mercurial > repos > public > sbplib
view +grid/Structured.m @ 393:67ca8964f03c feature/beams
Fix index error in CdiffImplicit.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 23 Jan 2017 20:26:49 +0100 |
parents | 513019e3d855 |
children |
line wrap: on
line source
classdef Structured < grid.Grid methods (Abstract) % Returns the size of the grid in each dimension m = [mx my mz ...] m = size(obj); % Is this a good idea? Isn't immersed a structured grid? h = scaling(obj); end end