Hi guys, my question is that if the computation domain is separated into several parts, like 3 parts, I want to use P1 on the 1rt part, P2 on the 2nd part and DG on the 3rd part, and implement interface conditions among them. How should I do that? Can anybody give some tips or demos?
Hi ronghong,
Could you be a little bit more specific on the problems you have with the mentioned examples? What FEniCS version are you using? In the latest versions of FEniCS, the “MixedFunctionSpace” is assembled differently, for instance:
Hi Alban, sorry about unclear.
I know MixedFunctionSpace can assemble for different finite elements, but must based on the exactly same mesh. Am I right? I want to assemble on different meshes.