Hi Daniel,

I installed FiPy on my Ubuntu system using the .deb instructions on the FiPy 
website:

$ VERSION=x.y-z  # choose the version you want
$ apt-get install gmsh libsuperlu3 python-central python-sparse
$ curl -O http://www.ctcms.nist.gov/fipy/download/python-fipy_${VERSION}_all.deb
$ dpkg -i python-fipy_${VERSION}_all.deb

I set VERSION=3.1-1. Is there any other information you need?

Thanks,
Mike

________________________________
From: [email protected] [[email protected]] on behalf of Daniel Wheeler 
[[email protected]]
Sent: Monday, August 18, 2014 10:46 AM
To: Multiple recipients of list
Subject: Re: Tensor coefficients in 3D simulations

On Fri, Aug 15, 2014 at 11:48 AM, Fellinger, Michael 
<[email protected]<mailto:[email protected]>> wrote:

/home/wd15/.virtualenvs/default/lib/python2.7/dist-packages/fipy/variables/variable.py:1165:
 RuntimeWarning: invalid value encountered in divide
  return self._BinaryOperatorVariable(lambda a,b: a/b, other)
/home/wd15/.virtualenvs/default/lib/python2.7/dist-packages/fipy/variables/variable.py:1165:
 RuntimeWarning: divide by zero encountered in divide
  return self._BinaryOperatorVariable(lambda a,b: a/b, other)


Mike, the output "/home/wd15/.virtualenvs/
default/lib/python2.7/dist-packages/fipy/variables/variable.py" is very 
disturbing. This is a path to file on my machine my user name is "wd15"!

Could you let me know which dist you are using? Something very strange is 
happening with whatever you have. Some ".pyc" files may have been included by 
mistake. I'm not sure whether it matters, but it would be nice to resolve this.

Thanks.

--
Daniel Wheeler
_______________________________________________
fipy mailing list
[email protected]
http://www.ctcms.nist.gov/fipy
  [ NIST internal ONLY: https://email.nist.gov/mailman/listinfo/fipy ]

Reply via email to