view +grid/old/shape.m @ 270:d755816aa0fa

added a u_t+u_x=0 scheme
author Ylva Rydin <ylva.rydin@telia.com>
date Fri, 09 Sep 2016 16:47:53 +0200
parents 48b6fb693025
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