comparison +scheme/Wave.m @ 169:ba8adcaf4681 feature/grids

Merge with default.
author Jonatan Werpers <jonatan@werpers.com>
date Wed, 24 Feb 2016 15:04:22 +0100
parents cb2b12246b7e
children 459eeb99130f
comparison
equal deleted inserted replaced
168:ba1ae5b2c45e 169:ba8adcaf4681
1 classdef Wave < noname.Scheme 1 classdef Wave < scheme.Scheme
2 properties 2 properties
3 m % Number of points in each direction, possibly a vector 3 m % Number of points in each direction, possibly a vector
4 h % Grid spacing 4 h % Grid spacing
5 x % Grid 5 x % Grid
6 order % Order accuracy for the approximation 6 order % Order accuracy for the approximation