Hi,
I was trying to build a bilinear form with two different FESpaces (in use for postprocessing the solution), like
a = BilinearForm(fes, fes2)
but there is a bug concerning the boundary integration.
1, Other() didn’t work for element_boundary integration
2, skeleton-based integration didn’t work.
E.g., attached code shall return me a vector of ones, but it returns zero vector instead.
Best,
Guosheng
Attachment: debug.py