Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29249 Discussions

scientific visualization with Intel fortran?

IDZ_A_Intel
Employee
808 Views

Hi,

Due to my another thread, I get the question that is there a fortran library for scientific visualization? I know there have been some, but in more complex situation, for example, I have an algorithm running iterately. I want to call some subroutines in my code to show the result at very iteration. I mean, if you see the graphic, the points can move steply and finally converge to the optimum.

Is this possible?

Ying

0 Kudos
4 Replies
Arjen_Markus
Honored Contributor II
808 Views

Well, there are many graphical libraries around. You may try PLplot - http://plplot.sf.net, which supports quite a few languages and platforms.

Regards,

Arjen

0 Kudos
IDZ_A_Intel
Employee
808 Views

Hi,

Yes, I tried plplot before. It is good. But sorry that I did not describe my question clearly. I hope there is a library can do animation. I mean we keep the same visualization window, and at very itereation, we display the result on that windows to perform animation.

Thanks very much.

Ying

0 Kudos
Arjen_Markus
Honored Contributor II
808 Views

Ah, right, I do not have any experience with that, but I would say that animation is possible:

Draw the data for the current time, do the calculation for the next time, clear the window and draw the new data.

Should this not work as expected, you can ask on the PLplot list if somebody has doen similar things.

Regards,

Arjen

0 Kudos
tropfen
New Contributor I
808 Views

Hello,

have a look at:

http://www.mps.mpg.de/dislin/

Frank

0 Kudos
Reply