← Back to team overview

dolfin team mailing list archive

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

 

Public bug reported:


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)

** Affects: dolfin
     Importance: Medium
         Status: New

-- 
Form assembly crashes for derivative without 3rd argument
https://bugs.launchpad.net/bugs/663949
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.

Status in DOLFIN: New

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)





Follow ups

References