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

Store coefficients in UFL state and thereby remove all Python AST analysis #24

Closed kynan closed 13 years ago

kynan commented 13 years ago

Remember accessed and written back fields in state and form arguments and resulting coefficients in solves. Combined with storing coefficients (as opposed to elements), this allows removing all Python AST analysis and backtracking.