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
Thu, 17 Jan 2019 10:42:14 +0100 Vidar Stiernström Created a new branch for attempting to improve rv, via interpolation rv-interpolation
Mon, 07 Jan 2019 16:32:40 +0100 Vidar Stiernström Fix minor issues in rv/constructDiffOps feature/advectionRV
Mon, 07 Jan 2019 12:06:49 +0100 Vidar Stiernström Remove incorrect assertion of the number of BC:s feature/advectionRV
Wed, 19 Dec 2018 20:00:27 +0100 Vidar Stiernström Add upwind dissipation to the operator inside Utux2d feature/advectionRV
Fri, 14 Dec 2018 18:33:10 +0100 Vidar Stiernström Add utility for constructing the operators used by a discretization emplying RV-stabilization feature/advectionRV