I'm trying to track down a bug that leads to a silent failure. I'm as far as a call to the FFC function
ffc.tensor.estimate_cost which fails to return. This function is called from the function ffc.analysis._auto_select_representation What I don't get is why it's even being called. Since the code that I'm running is: from dolfin import * mesh = UnitSquare(32, 32) V = FunctionSpace(mesh, "Lagrange", 1) print "------------- end" It's only a FunctionSpace, so why is FFC going through code that is for analysing forms? Garth _______________________________________________ Mailing list: https://launchpad.net/~ffc Post to : ffc@lists.launchpad.net Unsubscribe : https://launchpad.net/~ffc More help : https://help.launchpad.net/ListHelp