Hello,
I’m writing some codes that involve the integral over the interior edges, which is “dS”.
But I got the error
“Interior facet integrals currently not supported”
then I found that it is just because I tried to use the PBC, if I just remove everything from the library DOLFINX_MPC and assemble the vectors and matrixs, there is no error anymore. So does is mean that the operator “dS” is not avaliable in DOLFINX_MPC.
BTW, I’m using the v0.6.0 version, does it support in some new versions?
Thanks!