On 23 May 2011 11:42, Martin Sandve Alnæs <marti...@simula.no> wrote: > 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?
Yes, just use the C++ interface to DOLFIN, then you have full control of the form compilers; the generated code is put in a file with a sensible name and there are no surprises when using the forms in the main.cpp file. Kristian > Martin > > _______________________________________________ > Mailing list: https://launchpad.net/~dolfin > Post to : dolfin@lists.launchpad.net > Unsubscribe : https://launchpad.net/~dolfin > More help : https://help.launchpad.net/ListHelp > _______________________________________________ Mailing list: https://launchpad.net/~dolfin Post to : dolfin@lists.launchpad.net Unsubscribe : https://launchpad.net/~dolfin More help : https://help.launchpad.net/ListHelp