strange result with gnuplot viewer

2010-07-15 Thread Benny Malengier
Hi, I obtain a strange resulting figure with Gnuplot2DViewer, which is due to the line: self.g('set dgrid3d %i, %i, 2' % (ny, nx)) It is more correct with self.g('set dgrid3d %i, %i, 16' % (ny, nx)) I find the gnuplot explanation lacking however: http://www.nada.kth.se/cgi-bin/info?%28gnupl

Re: ndarray has dot function in numpy trunk

2010-07-15 Thread Jonathan Guyer
On Jul 15, 2010, at 3:02 AM, Benny Malengier wrote: > It seems ndarray has a dot function now in numpy trunk, updated my numpy and > fipy crashes like ... Thanks for the alert

ndarray has dot function in numpy trunk

2010-07-15 Thread Benny Malengier
Hi, It seems ndarray has a dot function now in numpy trunk, updated my numpy and fipy crashes like File "stratifiedmassflowrect.py", line 44, in mesh1 = Grid2D(dx=dy1strat, nx=nytot, dy=dz, ny=nztot) File "/usr/lib/python2.6/dist-packages/FiPy-2.1-py2.6.egg/fipy/meshes/numMesh/grid2D.py"