← Back to team overview

dolfin team mailing list archive

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

 

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

DOLFIN wrote:
One or more new changesets pushed to the primary dolfin repository.
A short summary of the last three changesets is included below.

changeset:   4100:700fb449a077753b2e1cc8602f1fa5f33bc85d04
tag:         tip
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Mon Apr 28 13:18:08 2008 +0200
files:       demo/pde/poisson1D/cpp/Poisson.form demo/pde/poisson1D/cpp/Poisson.h demo/pde/poisson1D/cpp/main.cpp demo/pde/poisson1D/python/demo.py
description:
Activate plotting in Poisson 1D demo and fix demo so both
C++ and Python return the same solution.


changeset:   4099:e9858933827c6d49278988c73d4be59a85d403c4
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Sat Apr 26 08:38:59 2008 +0200
files:       demo/ode/stiff/cpp/TestProblem7.h
description:
Fix bug in demo


changeset:   4098:de2cb0b965659c24c97b161a4ca3e9a1d8bafc00
parent:      4097:2de6ab228064214c28498a83cc566db18a5d9d9a
parent:      4096:b80991608034f1734f3378b936190121150515ce
user:        "Anders Logg <logg@xxxxxxxxx>"
date:        Fri Apr 25 23:19:53 2008 +0200
files: description:
merge

----------------------------------------------------------------------
For more details, visit http://www.fenics.org/hg/dolfin
_______________________________________________
DOLFIN-dev mailing list
DOLFIN-dev@xxxxxxxxxx
http://www.fenics.org/mailman/listinfo/dolfin-dev


Follow ups

References