Mercurial > repos > public > sbplib
diff +sbp/+implementations/d1_upwind_4.m @ 832:5573913a0949 feature/burgers1d
Merged with default, and updated +scheme/Burgers1D accordingly
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 11 Sep 2018 15:58:35 +0200 |
parents | 88584b0cfba1 |
children |
line wrap: on
line diff
--- a/+sbp/+implementations/d1_upwind_4.m Tue Sep 11 13:24:08 2018 +0200 +++ b/+sbp/+implementations/d1_upwind_4.m Tue Sep 11 15:58:35 2018 +0200 @@ -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';