Skip to content

Ljon4ik4/JuAFEM.jl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JuAFEM

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")

About

Finite element toolbox for Julia

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Julia 100.0%