Mercurial > repos > public > sbplib
comparison +sbp/D2Nonequidistant.m @ 1327:7ab7d42a5b24 feature/D2_boundary_opt
Fix typo in comment
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Mon, 14 Feb 2022 10:49:49 +0100 |
parents | 1b0f2415237f |
children | 855871e0b852 |
comparison
equal
deleted
inserted
replaced
1326:c2d716c4f1ed | 1327:7ab7d42a5b24 |
---|---|
7 % fully compatible. | 7 % fully compatible. |
8 properties | 8 properties |
9 H % Norm matrix | 9 H % Norm matrix |
10 HI % H^-1 | 10 HI % H^-1 |
11 D1 % SBP operator approximating first derivative | 11 D1 % SBP operator approximating first derivative |
12 D2 % SBP operator approximating first derivative | 12 D2 % SBP operator approximating second derivative |
13 DI % Dissipation operator | 13 DI % Dissipation operator |
14 e_l % Left boundary operator | 14 e_l % Left boundary operator |
15 e_r % Right boundary operator | 15 e_r % Right boundary operator |
16 d1_l % Left boundary first derivative | 16 d1_l % Left boundary first derivative |
17 d1_r % Right boundary first derivative | 17 d1_r % Right boundary first derivative |