2D Finite element analysis

Hello everyone, I am very new to the Julia programming language. I am using a package JuAFEM to do a 2D plane stress linear finite element analysis of a simple square domain with boundary conditions and tensile loads to check the displacements. But because of lack of adequate examples in the package I am unable to do the analysis as I am an amatuer. Anybody else working with same package here? Any information or suggestions concerning this is highly appreciated. Thank you.

Take a look at Gridap.jl as well: https://github.com/gridap/Gridap.jl

There are a number of examples in the manual, have you seen them? There isn’t a 2D elasticity example, but it should not be too hard to adapt the examples for your problem. Is there something in particular you are missing?

2 Likes