Mercurial > repos > public > sbplib
log
age | author | description |
---|---|---|
Fri, 18 Jan 2019 09:06:20 +0100 | Vidar Stiernström | Allow for the residual normalization function to return a vector. Also change the default normalization from normalizing on norm(u-mean(u),inf) to norm(u/2), since this proved to be better for 1d burgers feature/burgers1d |
Fri, 18 Jan 2019 09:04:38 +0100 | Vidar Stiernström | Use opSets in Burgers1d. feature/burgers1d |
Fri, 18 Jan 2019 09:02:02 +0100 | Vidar Stiernström | Pass scheme specific parameters as cell array. This will enabale constructDiffOps to be more general. In addition, allow for schemes returning function handles as diffOps, which is currently how non-linear schemes such as Burgers1d are implemented. feature/burgers1d |