← Back to team overview

dolfin team mailing list archive

Re: [HG DOLFIN] Activate plotting in Poisson 1D demo and fix demo so both

 

Seems to work now, at least on the 64-bit machine (all of them failed previously).

ilmar

Anders Logg wrote:
On Mon, Apr 28, 2008 at 02:08:28PM +0200, Ilmar Wilbers wrote:
The demo fails:

./../../demo/pde/poisson1D/python (Python)

Creating sub domain markers for boundary condition.
Traceback (most recent call last):
  File "./demo.py", line 49, in <module>
    bc = DirichletBC(u0, mesh, boundary)
  File "/scratch/buildbot/local/tmp/lib/python2.5/site-packages/dolfin/assemble.py", line 255, in __init__
    cpp_DirichletBC.__init__(self, *args)
  File "/scratch/buildbot/local/tmp/lib/python2.5/site-packages/dolfin/dolfin.py", line 7660, in __init__
    this = _dolfin.new_cpp_DirichletBC(*args)
TypeError: Swig director type mismatch in output value of type 'bool'

ilmar

Strange, not here. See if it works now, I made an attempt to fix it.



References