DeformableBodies

DocumentationBuild StatusCode Coverage
Stable DocsLatest DocsBuild StatusCode Coverage

DeformableBodies.jl is a Julia package dedicated to the study and solution of a special class of problems from classical mechanics: deformable bodies.

Installation

You can install this package via the following commands inside the Julia REPL:

import Pkg
Pkg.add("https://github.com/iagoleal/DeformableBodies.jl.git")