Mercurial > repos > public > sbplib
diff +sbp/+implementations/d1_upwind_4.m @ 886:8894e9c49e40 feature/timesteppers
Merge with default for latest changes
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Thu, 15 Nov 2018 16:36:21 -0800 |
parents | 88584b0cfba1 |
children |
line wrap: on
line diff
--- a/+sbp/+implementations/d1_upwind_4.m Mon Sep 10 16:19:16 2018 +0200 +++ b/+sbp/+implementations/d1_upwind_4.m Thu Nov 15 16:36:21 2018 -0800 @@ -23,7 +23,7 @@ ]; Qp(1:4,1:4)=Q_U; - Qp(m-3:m,m-3:m)=rot90(Q_U,2)'; %%% This is different from standard SBP + Qp(m-3:m,m-3:m)=rot90(Q_U, 2)'; %%% This is different from standard SBP Qm=-Qp';