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

Compute detwei and dshape in tensor tabulation kernels #16

Closed kynan closed 12 years ago

kynan commented 13 years ago
dham commented 13 years ago

The nice thing about this is that once we do Jacobian insertion in the UFL, the rest of the code basically just sees J, inv(J) and det(J) as tensor and scalar fields respectively so kernels taking them as parameters should "just work".

gmarkall commented 12 years ago

This has been achieved in the generate-transforms branch, merged in e739ee4.