Comment 3 for bug 862383

Revision history for this message
Kristian B. Ølgaard (k.b.oelgaard) wrote :

Is this is also a performance issue? Consider the form:

M = c*d*e*f*g*h*dx + c*ds + c('+')*dS

where c,...,h are Expressions, then the eval method of d,...,h will be called for each facet in the mesh although it's only necessary to evaluate them for each cell?