Re: Solution stability depends on convectional target?

2014-08-05 Thread Daniel Wheeler
On Sat, Aug 2, 2014 at 2:52 AM, Yun Tao yun...@ucdavis.edu wrote: Hi FiPy, I've been solving transient solutions on a uniform 2D grid for a convection-diffusion equation that initially centers around some arbitrary position, e.g., (1,1), and moves towards the origin. However, I just

Re: pickle/dump

2014-08-05 Thread Daniel Wheeler
Hi Bill, I tried to to this using conda environments and didn't have a problem. I ran import fipy as fp m = fp.Grid2D(nx=10, ny=10) v = fp.CellVariable(mesh=m, value=m.x * m.y) fp.dump.write(v, 'dump.gz') in a coda environment with PyTrilinos installled using mpirun -np 2