Mercurial > repos > public > sbplib
comparison +grid/Structured.m @ 820:501750fbbfdb
Merge with feature/grids
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Fri, 07 Sep 2018 14:40:58 +0200 |
parents | 513019e3d855 |
children |
comparison
equal
deleted
inserted
replaced
819:fdf0ef9150f4 | 820:501750fbbfdb |
---|---|
1 classdef Structured < grid.Grid | |
2 methods (Abstract) | |
3 % Returns the size of the grid in each dimension m = [mx my mz ...] | |
4 m = size(obj); % Is this a good idea? Isn't immersed a structured grid? | |
5 h = scaling(obj); | |
6 end | |
7 end |