next up previous
Next: AVS Interface Up: AVS for the CRAY Previous: T3D/Y-MP Communication

Mandel Module

As an example of a T3D AVS parallel module, we developed a module which calculates the image of a mandelbrot set. The image is based on the iteration

displaymath565

where z and c are complex and tex2html_wrap_inline571 . The values of c in the complex plane for which tex2html_wrap_inline573 is bounded as tex2html_wrap_inline575 form the interior of the set. The limit can be determined computationally because it is known that if tex2html_wrap_inline577 , then tex2html_wrap_inline579 . An image of the mandelbrot set is created by assigning the pixels in the image to a region in the complex plane. Each pixel corresponds to a particular value for c for which the iteration is performed until tex2html_wrap_inline577 or an iteration limit is reached. Exterior points which are distant from the set boundary diverge most rapidly, while points in the interior reach the iteration limit. Complex and colorful images of the set are obtained by using the iteration count for each pixel as an index into a color map for the pixel.





Mitch Roth
Tue Aug 6 09:57:21 ADT 1996