comparison +grid/Structured.m @ 427:a613960a157b feature/quantumTriangles

merged with feature/beams
author Ylva Rydin <ylva.rydin@telia.com>
date Thu, 26 Jan 2017 15:59:25 +0100
parents 513019e3d855
children
comparison
equal deleted inserted replaced
426:29944ea7674b 427:a613960a157b
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