Mercurial > repos > public > sbplib
log
age | author | description |
---|---|---|
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 |
Fri, 18 Jan 2019 08:58:26 +0100 | Vidar Stiernström | Change argument order to the "correct" order, i.e providing diffOp specific parameters before the opSet. feature/burgers1d |