On Thu, May 26, 2011 at 12:12:22PM +0200, Martin Sandve Alnæs wrote: > What is the prefix in this line? > > (self._compiled_form, module, self.form_data, prefix) = \ > jit(form, > form_compiler_parameters, > common_cell)
It's the prefix used by the JIT compiler for the generated code files. For FFC, it is set to prefix = "ffc_form_" + jit_object.signature() -- Anders _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : [email protected] Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp

