Mercurial > repos > public > sbplib
view +grid/Curvilinear.m @ 162:c75c03f692b3 feature/grids
Moved function for resizing vectors out of grid.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Mon, 22 Feb 2016 13:34:50 +0100 |
parents | ce10ebde3123 |
children | 62b5f3c34bcb |
line wrap: on
line source
classdef Curvilinear < grid.Structured % General grid mapping methods (Abstract) % baseGrid returns the domain grid of the mapping. g = baseGrid(obj); % mapping returns the mapped coordinates as a grid.Function m = mapping(obj); end end