view +parametrization/old/shape.m @ 640:4046b046c1f7 feature/d1_staggered

Add staggered grid class, Staggered<Structured.
author Martin Almquist <malmquist@stanford.edu>
date Sat, 11 Nov 2017 20:25:12 -0800
parents 3a3cf386bb7e
children
line wrap: on
line source

% Creates a shape from a number of curves. A shape is a cell array of curves.
function s = shape(varargin);
    s = varargin;
end