Mercurial > repos > public > sbplib
changeset 247:c2ca9717db4d feature/beams
Fixed function name.
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 31 Aug 2016 17:31:25 +0200 |
parents | fe26791489e0 |
children | 81e0ead29431 |
files | +sbp/higher_variable2.m +sbp/higher_variable4.m +sbp/higher_variable6.m |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/+sbp/higher_variable2.m Wed Aug 31 17:16:03 2016 +0200 +++ b/+sbp/higher_variable2.m Wed Aug 31 17:31:25 2016 +0200 @@ -1,5 +1,5 @@ % Returns D2 as a function handle -function [H, HI, D1, D2, D3, D4, e_1, e_m, M4, Q, S2_1, S2_m, S3_1, S3_m, S_1, S_m] = higher2_compatible_halfvariable(m,h) +function [H, HI, D1, D2, D3, D4, e_1, e_m, M4, Q, S2_1, S2_m, S3_1, S3_m, S_1, S_m] = higher_variable2(m,h) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% 4:de ordn. SBP Finita differens %%% %%% operatorer framtagna av Ken Mattsson %%%
--- a/+sbp/higher_variable4.m Wed Aug 31 17:16:03 2016 +0200 +++ b/+sbp/higher_variable4.m Wed Aug 31 17:31:25 2016 +0200 @@ -1,4 +1,4 @@ -function [H, HI, D2, D4, e_1, e_m, M4, S2_1, S2_m, S3_1, S3_m, S_1, S_m] = higher4_compatible_halfvariable(m,h) +function [H, HI, D2, D4, e_1, e_m, M4, S2_1, S2_m, S3_1, S3_m, S_1, S_m] = higher_variable4(m,h) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% 4:de ordn. SBP Finita differens %%% %%% %%% @@ -12,7 +12,7 @@ %h=1/(m-1); %h=1; - c=ones(m,1); + c = ones(m,1); H=diag(ones(m,1),0);
--- a/+sbp/higher_variable6.m Wed Aug 31 17:16:03 2016 +0200 +++ b/+sbp/higher_variable6.m Wed Aug 31 17:31:25 2016 +0200 @@ -1,4 +1,4 @@ -function [H, HI, D2, D4, e_1, e_m, M4, S2_1, S2_m, S3_1, S3_m, S_1, S_m] = higher6_compatible_halfvariable(m,h) +function [H, HI, D2, D4, e_1, e_m, M4, S2_1, S2_m, S3_1, S3_m, S_1, S_m] = higher_variable6(m,h) %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% 6:te ordn. SBP Finita differens %%% %%% operatorer med diagonal norm %%%