Interior penalty terms

Hello All,

I have a quick question about the interior penalty terms, is there any function or UFL we could use to output the length of the interior edge, say we are in 2 dimensional? Thanks!

Hi,
You can use dh = FacetArea(mesh).

Thank you very much for the help, I think I understand it now!