Mercurial > repos > public > sbplib
diff +sbp/+implementations/d2_noneq_variable_8.m @ 1332:8e9df030a0a5 feature/D2_boundary_opt
Clarify comments
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Wed, 04 May 2022 08:42:13 +0200 |
parents | 855871e0b852 |
children | b4e5e45bd239 |
line wrap: on
line diff
--- a/+sbp/+implementations/d2_noneq_variable_8.m Thu Mar 10 16:54:26 2022 +0100 +++ b/+sbp/+implementations/d2_noneq_variable_8.m Wed May 04 08:42:13 2022 +0200 @@ -208,7 +208,7 @@ D2 = D1 * C1 * D1 - H \ R; end - % Few additional grid point in interior stencil cmp. to minimal + % Non-minimal 11 point stencil width function D2 = D2_fun_nonminimal(c) % Here we add variable diffusion C1 = sparse(diag(c));