Cannot assemble a DOLFIN form from Python

Bug #898856 reported by Garth Wells
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DOLFIN
Fix Released
Undecided
Johan Hake

Bug Description

It's possible to assemble UFL forms in DOLFIN from the Python interface, but not DOLFIN forms, e.g.

    a = u*v*dx
   A = assemble(a)

will work, but

    a = u*v*dx
    a = Form(a)
    A = assemble(a)

breaks.

Revision history for this message
Johan Hake (johan-hake) wrote :

Any suggestions of what milestone to target this to?

Changed in dolfin:
status: New → In Progress
assignee: nobody → Johan Hake (johan-hake)
Johan Hake (johan-hake)
Changed in dolfin:
milestone: none → trunk
Johan Hake (johan-hake)
Changed in dolfin:
status: In Progress → Fix Committed
Changed in dolfin:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.