comparison +scheme/Wave2dCurve.m @ 450:8d455e49364f feature/grids

Copy Wave2dCurve to new scheme LaplaceCurvilinear
author Jonatan Werpers <jonatan@werpers.com>
date Tue, 09 May 2017 14:58:27 +0200
parents 0707a7192bc3
children 4e266dfe9edc
comparison
equal deleted inserted replaced
449:0707a7192bc3 450:8d455e49364f
38 methods 38 methods
39 function obj = Wave2dCurve(g ,order, c, opSet) 39 function obj = Wave2dCurve(g ,order, c, opSet)
40 default_arg('opSet',@sbp.D2Variable); 40 default_arg('opSet',@sbp.D2Variable);
41 default_arg('c', 1); 41 default_arg('c', 1);
42 42
43 warning('Use LaplaceCruveilinear instead')
44
43 assert(isa(g, 'grid.Curvilinear')) 45 assert(isa(g, 'grid.Curvilinear'))
44 46
45 m = g.size(); 47 m = g.size();
46 m_u = m(1); 48 m_u = m(1);
47 m_v = m(2); 49 m_v = m(2);