gmarkall / manycore_form_compiler

MCFC is deprecated. See https://code.launchpad.net/~grm08/ffc/pyop2
https://code.launchpad.net/~grm08/ffc/pyop2
GNU General Public License v3.0
3 stars 1 forks source link

Forms with more than one integral are not supported #47

Closed kynan closed 12 years ago

kynan commented 12 years ago

The form backend at various points only considers the 1st integral of a form (these are marked with a FIXME in the code). Generalising this is unlikely to be a major issue, but it's something to keep in mind.

gmarkall commented 12 years ago

Fixed in pull request #67