Mercurial > repos > public > sbplib
comparison +sbp/D1Nonequidistant.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 | bc78157c89cb |
children | 4cb627c7fb90 |
comparison
equal
deleted
inserted
replaced
831:d0934d1143b7 | 832:5573913a0949 |
---|---|
79 | 79 |
80 obj.HI = inv(obj.H); | 80 obj.HI = inv(obj.H); |
81 obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l'; | 81 obj.Q = obj.H*obj.D1 - obj.e_r*obj.e_r' + obj.e_l*obj.e_l'; |
82 | 82 |
83 obj.borrowing = []; | 83 obj.borrowing = []; |
84 | |
85 end | |
86 | |
87 function str = string(obj) | |
88 str = [class(obj) '_' num2str(obj.order)]; | |
84 end | 89 end |
85 end | 90 end |
86 end | 91 end |