Index of /grad/509/src1/mandelbrot

      Name                    Last modified       Size  Description

[DIR] Parent Directory 02-Feb-2009 01:14 - [TXT] Makefile 21-Jan-2009 22:23 1k [   ] gnu.sh 21-Jan-2009 22:23 1k [TXT] mandc.cc 21-Jan-2009 22:23 2k [TXT] mandel1.py 21-Jan-2009 22:23 1k [   ] mandelbrot.tgz 21-Jan-2009 22:25 3k [TXT] mandf.f90 21-Jan-2009 22:23 2k [TXT] mandh.cc 21-Jan-2009 22:23 2k [TXT] mandp.pl 21-Jan-2009 22:23 1k [TXT] mandp.py 21-Jan-2009 22:23 1k [DIR] old/ 21-Jan-2009 22:23 -

This directory contains C++, fortran90, perl and python code
for Mandelbrot set generation.

Makefile is provided and the c++/fortran codes can be compiled by typing
"make"
The programs print results on the screen. Redirection is desired:

fortran:
"time mandf > mand.dat"
c++:
"time mandc > mand.dat"
perl:
"time mandp.pl > mand.dat"
python:
"time mandp.py > mand.dat"

You can also run mandel1.py, which uses python internal plotting
capability to plot results directly on the screen.


A short script is provided for plotting the output. Use
"gnuplot gnu.sh"
to plot.


The executables and objects can be cleaned by typing
"make clean"


The program mandh.cc plots distribution of steps
(number of steps needed to escape from mandelbrot set).




Good luck!