
April 30, 2009
6:59 a.m.
On Wed, 2009-04-29 at 21:23 +0200, Robert Cimrman wrote:
Hi again!
I have taken the isympy code (interactive sympy shell based on ipython), tweaked it, and called isfepy - the interactive sfepy shell. It is still very preliminary, but it opens new possibilities of how sfepy could be deployed, and even now it is usable for the basic stuff, like:
In [1]: pb, vec, data = pde_solve('input/poisson.py') In [2]: view = Viewer(pb.get_output_name()) In [3]: view() Robert, It works for me too on ubuntu hardy AMD64. Even the graphics since I updated mayavi2 and got rid off mayavi. Thanks -osman