Skip to content

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.

License

Notifications You must be signed in to change notification settings

ahojukka5/Mortar3D.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages