← Back to team overview

dolfin team mailing list archive

How can I see which quadrature scheme is chosen when calling assemble?

 

Say I do

f = Function(...)
x = assemble(f*dx)

Is it possible to see which quadrature rule was chosen in some log output?
Something easier than digging through generated code in the instant cache?

Martin


Follow ups