← Back to team overview

dolfin team mailing list archive

[Bug 423155] Re: Assembly over facets fails

 

** Changed in: dolfin
       Status: Fix Released => Fix Committed

-- 
Assembly over facets fails
https://bugs.launchpad.net/bugs/423155
You received this bug notification because you are subscribed to DOLFIN.

Status in DOLFIN: Fix Committed

Bug description:
When I attempt to assemble over facets, I now see the following error:

RuntimeError: *** Error: Current cell is unknown.

A fix for this appears to be to comment out data.invalidate(); in dolfin/function/UFCFunction.cpp. I am not aware of the side-effects of doing so.