A simple finite element toolbox written in Julia.
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")