Re: 3D Diffusion Problem and FiPy

2011-04-01 Thread Jonathan Guyer
On Mar 31, 2011, at 9:24 AM, Lorenzo Isella wrote: > I hope this is not too off topic. Nope. > (1) How do I know (after meshing) that this actually works i.e. that the > mesh does not extend within the spheres? Good question! By simplifying your script to one large sphere, it looks to me li

Re: boundary condition

2011-04-01 Thread Jonathan Guyer
On Apr 1, 2011, at 9:46 AM, Julien Derr wrote: > I have a 2D grid, but I would like to have the exterior to be in a circular > geometry. with a boundary condition c=1 at the exterior, so on the exterior > circle > > Naively I wrote this few lines to set the concentration c=1 everywhere out of

Re: python version issue

2011-04-01 Thread Jonathan Guyer
On Apr 1, 2011, at 2:10 PM, Jacek Hoffman wrote: > You may be right. I'm considering filing Debian bug against PyTrilinos. > However, first I must learn a bit about it and then prepare some tests > on which it fails. The tests could not involve mpi4py or fipy - they are > not in Debian. > Maybe

Re: python version issue

2011-04-01 Thread Jacek Hoffman
On Fri, 1 Apr 2011, Jonathan Guyer wrote: > > > On Apr 1, 2011, at 3:56 AM, Jacek Hoffman wrote: > > > Package manager installs binary packages but lib*-dev libraries are > > development libraries used only by compiler. libopenmpi-dev was installed > > for compiling mpi4py. > > That may be, but

Re: question about simpletrenchsystem.py

2011-04-01 Thread Daniel Wheeler
On Fri, Apr 1, 2011 at 5:57 AM, Julien Derr wrote: > by test suite, which test do you mean ? > i went on the "different computer" (a cluster) I just mean running "python setup.py test" in the base fipy directory. If you have an installed only version of FiPy then you obviously can't do this. >

Re: python version issue

2011-04-01 Thread Daniel Wheeler
On Fri, Apr 1, 2011 at 3:56 AM, Jacek Hoffman wrote: > Package python-mpi4py  ver. 1.2.2-1 is sent to Daniel Thanks! I'll see if it helps. I'll take it down if mpi4py ever gets an up to date deb. -- Daniel Wheeler

boundary condition

2011-04-01 Thread Julien Derr
Hi everyone, here is my question of the day... I have a 2D grid, but I would like to have the exterior to be in a circular geometry. with a boundary condition c=1 at the exterior, so on the exterior circle Naively I wrote this few lines to set the concentration c=1 everywhere out of this big circ

Re: question about simpletrenchsystem.py

2011-04-01 Thread Jonathan Guyer
On Apr 1, 2011, at 5:57 AM, Julien Derr wrote: > by test suite, which test do you mean ? I assume that Daniel meant `python setup.py test` on the entire installation, but what you've done is probably enough information. > i went on the "different computer" (a cluster) > > I went into the i

Re: python version issue

2011-04-01 Thread Jonathan Guyer
On Apr 1, 2011, at 3:56 AM, Jacek Hoffman wrote: > Package manager installs binary packages but lib*-dev libraries are > development libraries used only by compiler. libopenmpi-dev was installed > for compiling mpi4py. That may be, but your PyTrilinos is not happy. > Lets take the error messag

Re: question about simpletrenchsystem.py

2011-04-01 Thread Julien Derr
by test suite, which test do you mean ? i went on the "different computer" (a cluster) I went into the installation directory, in models/levelset, and I run the test.py file , here is the result : [jderr@iliadaccess02 electroChem]$ ls gapFillMesh.py gapFillMesh.pyc __init__.py __init__.pyc met

Re: python version issue

2011-04-01 Thread Jacek Hoffman
On Thu, 31 Mar 2011, Jonathan Guyer wrote: > > > On Mar 31, 2011, at 1:47 PM, Jacek Hoffman wrote: > > > You were right, it was lack of the mpi4py module. > > I don't think it's this simple. PyTrilinos doesn't need mpi4py. > > > > Now everything works. > > There are no errors provided mpi4py is