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

UFL TensorElement always initialised as asymmetric #7

Open kynan opened 13 years ago

kynan commented 13 years ago

When creating the UFL TensorElement for a tensor field, symmetry is currently not specified (i.e. passed with the default value of None meaning asymmetric). This should be set correctly as read from the flml file.