comparison +grid/Curvilinear.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 095cdd472688
children 62b5f3c34bcb
comparison
equal deleted inserted replaced
158:685ba6e6c679 159:ce10ebde3123
1 classdef Curvilinear < grid.Grid 1 classdef Curvilinear < grid.Structured
2 % General grid mapping 2 % General grid mapping
3 methods (Abstract) 3 methods (Abstract)
4 % baseGrid returns the domain grid of the mapping. 4 % baseGrid returns the domain grid of the mapping.
5 g = baseGrid(obj); 5 g = baseGrid(obj);
6 6