axla-io / CALFEM.jl

CALFEM in Julia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CALFEM.jl

Build Status

CALFEM.jl is an API port of the simple Matlab FE toolbox CALFEM written in Julia. The purpose of this package is to ease the transition for people who want to try out Julia for FE-analysis. CALFEM.jl is built on top of JuAFEM.

Not all of CALFEM is yet implemented. For a list of implemented functions, see this issue.

Installation

Pkg.clone("https://github.com/KristofferC/JuAFEM.jl")
Pkg.clone("https://github.com/KristofferC/CALFEM.jl")

for the plotting to work you also need to run

Pkg.add("Winston")

Examples

See the example folder for examples. These are generally written as Jupyter notebooks.

Documentation:

See the official CALFEM manual which can be found at here.

There is also a briefer online documentation available here. This also documents a few differences between this package and the MATLAB package.

About

CALFEM in Julia

License:Other


Languages

Language:Julia 100.0%