ahojukka5 / Mortar3D.jl

Mortar3D.jl is a Julia package to calculate discrete projections between non-conforming finite element mesheds. The resulting "mortar matrices" can be used to tie non-conforming finite element meshes together which are meshed separately to construct bigger models.

Home Page:http://www.juliafem.org/Mortar3D.jl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mortar3D.jl

Build StatusCoverage StatusIssues

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 and testing package

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.

About

Mortar3D.jl is a Julia package to calculate discrete projections between non-conforming finite element mesheds. The resulting "mortar matrices" can be used to tie non-conforming finite element meshes together which are meshed separately to construct bigger models.

http://www.juliafem.org/Mortar3D.jl

License:MIT License


Languages

Language:Julia 100.0%