← Back to team overview

dolfin team mailing list archive

Re: [Question #155649]: VariationalProblem(a, L, bcs, nonlinear=True) fails

 

Question #155649 on DOLFIN changed:
https://answers.launchpad.net/dolfin/+question/155649

Summary changed to:
VariationalProblem(a, L, bcs, nonlinear=True) fails

Description changed to:
Test-example nlPoisson_vp2.py  fails with the 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 have used Ubuntu 10.10, python 2.6.6 and dolfin 0.9.10

On another computer, running Ubuntu 10.04, python 2.6.5 and dolfin 0.9.9 
the code worked fine.

-- 
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.