JuliaFEM / JuliaFEM.jl

The JuliaFEM software library is a framework that allows for the distributed processing of large Finite Element Models across clusters of computers using simple programming models. It is designed to scale up from single servers to thousands of machines, each offering local computation and storage.
http://juliafem.github.io/JuliaFEM.jl/latest/
MIT License
250 stars 66 forks source link

Structural elements: implementation of truss element #177

Closed ahojukka5 closed 4 years ago

ahojukka5 commented 6 years ago

This is already started in #176. Aim is to implement a simple truss element for linear elasticity. Take a look also to the JuliaFEM.org/examples. Let's put the focus on static analysis first. This can later on be extended to dynamics also.

ahojukka5 commented 4 years ago

This is on progress on FEMTruss.jl