Mercurial > repos > public > sbplib
changeset 1339:bcdb14b05d03 feature/D2_boundary_opt
Fix comment
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Fri, 22 Jul 2022 16:31:18 +0200 |
parents | da61892884a4 |
children | ee3d694f2340 |
files | +sbp/+implementations/d2_noneq_variable_6.m |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r da61892884a4 -r bcdb14b05d03 +sbp/+implementations/d2_noneq_variable_6.m --- a/+sbp/+implementations/d2_noneq_variable_6.m Fri May 13 13:29:05 2022 +0200 +++ b/+sbp/+implementations/d2_noneq_variable_6.m Fri Jul 22 16:31:18 2022 +0200 @@ -190,7 +190,7 @@ %%%% Artificial dissipation operator %%% switch options.AD case 'upwind' - % This is the choice that yield 3rd order Upwind + % This is the choice that yield 5th order Upwind DI = H \ (transpose(DD_3) * DD_3) * (-1/60); case 'op' % This choice will preserve the order of the underlying