← Back to team overview

ufl team mailing list archive

FormData.quad_order

 


Hi,

I'm just wondering if it's possible to move/copy the lines of code in FormData
that computes the quadrature_order to an algorithm (to analysis.py?) and
modify it such that it takes an integral object and returns the quadrature order.
We can always improve it later if we want.

The FormData.quad_order is for the entire form, it would be useful to be able to
analyse one integral at a time and determine the order if no order has been set
through metadata or the command line.

Kristian


Follow ups