/JuAFEM.jl

Finite element toolbox for Julia

Primary LanguageJuliaOtherNOASSERTION

JuAFEM

Build Status Build status codecov.io

A simple finite element toolbox written in Julia.

Documentation

Installation

In Julia v1.0 (and v0.7) you can install JuAFEM from the Pkg REPL:

pkg> add https://github.com/KristofferC/JuAFEM.jl.git

which will track the master branch of the package.

In Julia v0.6 you need to checkout the release-0.3 branch when installing:

Pkg.clone("https://github.com/KristofferC/JuAFEM.jl.git")
Pkg.checkout("JuAFEM", "release-0.3")