Numerical Tests With The MEBDFSO Code


Here we present numerical results obtained when the MEBDFSO code was applied to some ODEs that arise in the numerical method of lines solution of time dependent partial differential equations.

In each case NAME.F will denote the drivers and NAME.RES will denote the numerical results obtained. The file NAME.DAT specifies the PDE and should be in the same working directory as the three Fortran files. The file DISCRT.F contains the spatial approximation we used. The runs were done on an IBM RS6000. We used the Fortran 77 compiler with optimization: f77 -O3 MEBDFSO.F YALE.F NAME.F INITIAL.F DISCRT.F.

In what follows the subscripts in T and X denote partial derivatives with respect to these independent variables. To solve each of the following PDEs we used a uniform mesh spacing, DX, of N points, so that DX =(XU-XL)/(N-1), where XU, XL are the upper and lower limits of X respectively. We then applied finite difference approximations to the spatial derivatives. This reduces the problem to a linear system of ODEs with N equations. The Method of lines and some of the spatial approximations we used are explained in detail in [8].


Top of the page

Back to IVP Software


Last updated April 02, 2000.

Jeff Cash (j.cash@ma.ic.ac.uk)