dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #22956
[Question #155708]: VariationalProblem(J, F, bc, nonlinear=True) do not work
New question #155708 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/155708
The test program nlPoisson_vp2.py do not work. I got the following error message
Traceback (most recent call last):
File "nlPoisson_vp2.py", line 55, in <module>
problem = VariationalProblem(J, F, bc, nonlinear=True)
TypeError: __init__() got an unexpected keyword argument 'nonlinear'
I am using Ubuntu 10.10, python 2.6.6 and dolfin 0.9.10
On a different computer, using Ubuntu 10.04, python 2.6.5 and dolfin 0.9.9, this test program worked perfectly fine.
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.
Follow ups