← Back to team overview

dolfin team mailing list archive

[Bug 663949] Re: Form assembly crashes for derivative without 3rd argument

 

** Changed in: dolfin
       Status: New => Confirmed

-- 
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
https://bugs.launchpad.net/bugs/663949

Title:
  Form assembly crashes for derivative without 3rd argument

Status in DOLFIN:
  Confirmed

Bug description:
  
Reproduce with:

mesh = UnitSquare(1, 1)
V = FunctionSpace(mesh, "CG", 1)
u = Function(V)
v = TestFunction(V)
F = u*v*dx
a = derivative(F, u)
A = assemble(a)





References