Home

Awesome

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Build status Code Coverage Latest documentation Codebase Graph

FinEtoolsDeforLinear: Linear stress analysis application

FinEtools is a package for basic operations on finite element meshes. FinEtoolsDeforLinear is a package using FinEtools to solve linear stress analysis problems. Included is statics and dynamics (modal analysis, steady-state vibration).

News

Past news

Tutorials

There are a number of tutorials explaining the use of this package. Check out the index. The tutorials themselves can be executed as follows:

git clone https://github.com/PetrKryslUCSD/FinEtoolsDeforLinear.jl.git
using Pkg; Pkg.activate("."); Pkg.instantiate();
include("name.jl")

Examples

Many examples of solving for static and dynamic stress response with continuum FE models are available. Begin with changing your working directory to the examples folder. Activate and instantiate the examples environment.

using Pkg
Pkg.activate(".")
Pkg.instantiate()

There are a number of examples covering statics and dynamics. The examples may be executed as described in the conceptual guide to FinEtools.

<a name="past-news"></a>Past news