Hi,
I got the following error when I ran the example code, demo_singular-poisson.py(http://fenicsproject.org/documentation/dolfin/dev/python/demo/documented/singular-poisson/python/documentation.html). Could anyone tell me how to fix this error?
Traceback (most recent call last):
File "demo_singular-poisson.py", line 79, in
V.dofmap().set(null_vec, 1.0)
AttributeError: 'GenericDofMap' object has no attribute 'set'
By the way, I am using the version 1.0.0 of Dolfin.
Thank you,
Changsun