comparison +grid/Cartesian.m @ 159:ce10ebde3123 feature/grids

Added abstract class Structured.
author Jonatan Werpers <jonatan@werpers.com>
date Fri, 19 Feb 2016 16:09:02 +0100
parents cf748f33cd5b
children ba1ae5b2c45e
comparison
equal deleted inserted replaced
158:685ba6e6c679 159:ce10ebde3123
1 classdef Cartesian < grid.Grid 1 classdef Cartesian < grid.Structured
2 properties 2 properties
3 n % Number of points in the grid 3 n % Number of points in the grid
4 d % Number of dimensions 4 d % Number of dimensions
5 m % Number of points in each direction 5 m % Number of points in each direction
6 x % Cell array of vectors with node placement for each dimension. 6 x % Cell array of vectors with node placement for each dimension.