log +time/Rungekutta.m @ 986:a32856fc2ad2 feature/timesteppers

age author description
Tue, 08 Jan 2019 13:28:41 +0100 Jonatan Werpers Rename butcherTableau() to butcherTableauFromStr() in preparation of butcher tableau class feature/timesteppers
Tue, 08 Jan 2019 12:19:33 +0100 Jonatan Werpers Inline the rk.rungekutta_4 function. feature/timesteppers
Mon, 03 Dec 2018 16:49:43 -0800 Martin Almquist Add methods timePoints and quadWeights to Rungekutta class. feature/timesteppers
Mon, 03 Dec 2018 16:33:27 -0800 Martin Almquist Remove unnecessary(?) arguments in Rungekutta.scheme. feature/timesteppers
Mon, 03 Dec 2018 16:26:44 -0800 Martin Almquist Make Rungekutta class allow for discrete data. feature/timesteppers
Mon, 26 Nov 2018 16:23:27 -0800 Martin Almquist Add properties for stage approximations and stage rates in the Rungekutta class. feature/timesteppers
Thu, 15 Nov 2018 17:10:01 -0800 Vidar Stiernström Add general Runge-Kutta class feature/timesteppers
Fri, 21 Sep 2018 09:14:38 +0200 Vidar Stiernström Correct documentation of Rungekutta feature/burgers1d
Fri, 21 Sep 2018 09:13:03 +0200 Vidar Stiernström Use the old implementation for RK4 until the different methods are profiled. feature/burgers1d
Thu, 20 Sep 2018 18:36:45 +0200 Vidar Stiernström Clean up in RK time stepper schemes feature/burgers1d
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