Hello,
I define u = Function(FunctionSpace(mesh, 'CR', 1)) and then I would like to use the following bilinear form \int_{forall interior facet F} u(F)(jump terms)dS but there is an error message
because I should use the operators '+' and '-'.
What do u('+') and u('-') represent in this case? Are the values at the midpoint of the cell('+') and cell('-') respectively? Or is the value at the midpoint of F?
thank you in advance
Fotini