On Tue, May 31, 2011 at 12:32 PM, Julien Derr <julien.d...@gmail.com> wrote: > Hi Daniel, > thanks a lot for trying to run the code. For info I am running the 2.2dev > version > >>>> print fipy.__version__ > 2.2-dev
Julien, Unfortunately, the version number doesn't include the revision number. It doesn't seem like the version of FiPy that you are using is actually a release, but a version of trunk after version 2.1, but before we introduced the revision number into the version number (unless we messed up somehow). It might be worth you actually using an official release. You'll also be safe with the latest checkout from the version-2_1 branch. You might also want to use trunk if you are feeling brave, but that could cause you problems. On the other hand if it's working, don't touch. Anyway, from what you were suggesting in your previous emails, it might be worth trying different solvers. Try using the LinearLUSolver for the equations that are throwing the iteration warning or switching to trilinos's gmres solver as an alternative. -- Daniel Wheeler