← Back to team overview

dolfin team mailing list archive

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

 

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.

-- 
Anders


Follow ups

References