Non matching meshes

Hi,
Is there a way to handle non-matching meshes (with no overlaps) with freefem. I have a very basic laplacian test case, two squares meshed independly but sharing a common boundary (same tag). I read that mortar method could do the job using lagrangian multiplier to enforce continuity condition \int_{\Gamma}(u_1-u_2)=0, where u_i are the restriction of u on each side of the border but i can’t see how to do that… Any idea ?

best reragds.

PS : it’s a classical lapacian with u=0 on Gamma tag=1 and u=1 Gamma tag=2, dn(u)=0 on Gamma tag 3.
Processing: square.msh…
square.zip (17.1 KB)

Hi,
I meet the same problem as you!
Have you solved the problem successfully?

best regards.

Hello @mrbenson
I am also working on the interface problem with the different material properties of each sub-domains.

If you have solved this non-matching interface problem then please comment on the pseudo-steps followed by you.

Any supporting documents will be also helpful for me.

Thanks!!!