burgers_pde_etdrk4, an Octave code which uses the exponential time differencing (ETD) RK4 method to solve the Burgers PDE as a system of stiff ordinary differential equations (ODE), by Aly-Khan Kassam, Lloyd Trefethen.
The information on this web page is distributed under the MIT license.
burgers_pde_etdrk4 is available in a MATLAB version and an Octave version.
kdv_etdrk4, a MATLAB code which uses the etdrk4() method to solve the Korteweg-DeVries equation, by Aly-Khan Kassam, Lloyd Trefethen.
kdv_ift, an Octave code which uses the ift() method to solve the Korteweg-DeVries equation, by Aly-Khan Kassam, Lloyd Trefethen.
Original MATLAB version by Aly-Khan Kassam, Lloyd Trefethen; This version by John Burkardt.