Mortar3D.jl is a Julia package to calculate discrete projections between non-conforming finite element meshes. The resulting "mortar matrices" can be used to tie non-conforming finite element meshes together which are meshed separately to construct bigger models.
Using mortar methods in mesh tie problems results variationally consistent solution. Mathematically, goal is to solve mixed problem with primary field variable and Lagrange multipliers, which have a physical meaning (e.g. contact pressure if unknown field is displacement). The problem arising is a typical saddle point problem with zeros on diagonal.
Installing package goes same way like other packages in julia, i.e.
julia> Pkg.add("Mortar3D")
Testing package can be done using Pkg.test
, i.e.
julia> Pkg.test("Mortar3D")
Probably the easiest way to test the functionality of package is to use JuliaBox.