You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following code does not work. It should give a VectorFaceVariable.
>>> from fipy import *
>>> mesh = Grid2D(nx=20, ny=20)
>>> var = FaceVariable(mesh=mesh)
>>> print numerix.array((0,0)) * var
Traceback (most recent call last):
File "<stdin>", line 1, in ?
ValueError: shape mismatch: objects cannot be broadcast to a single shape
Imported from trac ticket #123, created by wd15 on 03-07-2007 at 10:44, last modified: 07-07-2008 at 15:45
The text was updated successfully, but these errors were encountered:
Following code does not work. It should give a
VectorFaceVariable
.Imported from trac ticket #123, created by wd15 on 03-07-2007 at 10:44, last modified: 07-07-2008 at 15:45
The text was updated successfully, but these errors were encountered: