How to install IC-ODE-solvers

In order to use the IC-ODE-solvers package, you need to install the
following packages first:
	1. gmp (tested with version 4.1.4)
	2. mpfi (tested with version 2.1.2)
	3. mpfr (tested with version 1.3.3)

After installing the above packages, you need to make the adjustments
in Makefile.inc in IC-ODE-solvers folder.

There are a few examples provided in the examples folder, that gives
you ideas of how to use the package. After running "make" in the "picard"
or "euler" folder, a binary file will be created, say "example-1". When
you run this binary file, you will get some output on the screen, and in
some files, depending on your flags for logging and plotting.

You can run a binary in three ways:
	1. ./example-1
		This will show the output on the screen and in some files, like:
			example-1.plt
			example-1.dat
			example-1-0.plt
			example-1-0.dat
			example-1-1.plt
			example-1-1.dat
	2. ./example-1 -o
		The same as above, but the final output of the gnuplot will be saved
		in PNG files, like
			example-1-dim-0-itr-0.png
			example-1-dim-0-itr-1.png
			...
	3. ./example-1 -o prefix
		The same as method 2, but the PNG naming will be
			prefix-dim-0-itr-0.png
			prefix-dim-0-itr-1.png
			...

In order to view the output, or produce the PNG files for putting in slides or
LaTeX files, you need to use gnuplot. Just run it as "gnuplot plt-file" and you
will see the output on the screen or in PNG files.

Please send and comments to the author: khanban at doc dot ic dot ac dot uk

Ali A. Khanban
