← Back to team overview

dolfin team mailing list archive

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

 

Has anyone looked at this?

** Changed in: dolfin
   Importance: Medium => High

-- 
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