log +time/Rungekutta4.m @ 990:1066bb31bc95 feature/timesteppers

age author description
Tue, 08 Jan 2019 12:19:33 +0100 Jonatan Werpers Inline the rk.rungekutta_4 function. feature/timesteppers
Tue, 08 Jan 2019 12:07:57 +0100 Jonatan Werpers Convert Rungekutta4 to take F(t,y) instead of a matrix feature/timesteppers
Thu, 15 Nov 2018 17:29:30 -0800 Vidar Stiernström Remove getState from TimeStepper and derived classes feature/timesteppers
Thu, 15 Nov 2018 16:42:58 -0800 Vidar Stiernström Rename package rk4 to rk feature/timesteppers
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, 23 Nov 2015 17:32:56 +0100 Jonatan Werpers Cleand time.Rungekutta4 a bit.
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.