log +rv/constructDiffOps.m @ 1221:0c906f7ab8bf rv_diffOp_test

age author description
Tue, 05 Mar 2019 10:56:29 +0100 Vidar Stiernström Attempt to reduce unnessecary operations when using the RV diffOps. Does not seem to improve efficiency at this stage. rv_diffOp_test
Tue, 25 Jun 2019 17:00:27 +0200 Vidar Stiernström Use same order for both time derivative and flux term when computing the residual feature/rv
Tue, 25 Jun 2019 16:52:54 +0200 Vidar Stiernström First attempt at multi-grid calculation of the residual feature/rv
Tue, 25 Jun 2019 13:24:01 +0200 Vidar Stiernström Add residual order as an input argument to constructDiffOps feature/rv
Tue, 25 Jun 2019 13:06:42 +0200 Vidar Stiernström Attempt to fix oscilations when not using bdfs by adding lower-order 2nd derivative correction term to the Residual feature/rv
Wed, 06 Mar 2019 09:45:52 +0100 Vidar Stiernström Improve efficiency of diffOps in Burgers2d, the artificial diffusion operator in rv.constructDiffOps and the RungekuttaExteriorRv time-steppers feature/rv
Sat, 19 Jan 2019 17:20:14 +0100 Vidar Stiernström Add missing semicolon feature/rv
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