← Back to team overview

dolfin team mailing list archive

jit and ffc form modules

 

Hi folks,

can anyone tell how exactly the jit compiler checks if a given form has already been compiled ?
I'm am solving poissons equation in each iteration of another problem.
Despite the forms being the same, the forms are compiled over and over again in each iteration. Also, only the source term changes in each iteration, so optimally I would assemble/compile the bilinear form once and then only the linear form in each iteration. That, however, also compiles the linear form in every iteration.
Is it not possible to tell assemble/jit to use an already compiled form ?
I'm using the python interface and version 0.7.1.

Kristen


Follow ups