Cannot assemble a DOLFIN form from Python
Bug #898856 reported by
Garth Wells
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.
Related branches
Changed in dolfin: | |
milestone: | none → trunk |
Changed in dolfin: | |
status: | In Progress → Fix Committed |
Changed in dolfin: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Any suggestions of what milestone to target this to?