Mercurial > repos > public > sbplib
changeset 833:9f4c45a2d271 feature/burgers1d
Support narrow stencil operators of order 6
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Sep 2018 16:29:00 +0200 |
parents | 5573913a0949 |
children | f1f0bf087e1c |
files | +scheme/Burgers1D.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r 5573913a0949 -r 9f4c45a2d271 +scheme/Burgers1D.m --- a/+scheme/Burgers1D.m Tue Sep 11 15:58:35 2018 +0200 +++ b/+scheme/Burgers1D.m Tue Sep 11 16:29:00 2018 +0200 @@ -27,7 +27,7 @@ switch operator_type case 'narrow' - ops = sbp.D2Variable(m, lim, order); + ops = sbp.D4Variable(m, lim, order); D1 = ops.D1; D2 = ops.D2; otherwise