log +time/Rungekutta4SecondOrder.m @ 1223:9fddc8749445 rv_diffOp_test

age author description
Thu, 20 Sep 2018 17:51:19 +0200 Vidar Stiernström Add generalized RungeKutta and RungeKuttaRV class which extracts its coefficients from a butcher tableau, specified on the scheme. feature/burgers1d
Mon, 10 Sep 2018 16:19:16 +0200 Vidar Stiernström Add getState to timesteppers, returning the relevant state of the timestepper feature/timesteppers
Mon, 28 Aug 2017 11:06:00 +0200 Jonatan Werpers Change away from matrix formulation in Rk4 second order form feature/grids
Wed, 16 Nov 2016 15:39:16 -0800 Jonatan Werpers Rungekutta bug fixes. feature/beams
Tue, 28 Jun 2016 13:21:02 +0200 Jonatan Werpers time.Rungekutta4SecondOrder: Started adding code to allow timedependent D,E,S. Might be buggy. feature/beams
Tue, 22 Sep 2015 08:41:28 +0200 Jonatan Werpers Fixed initialization of step counter in timesteppers.
Thu, 17 Sep 2015 10:12:50 +0200 Jonatan Werpers Initial commit.