Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.52 KB

DeformableBodies.jl

Documentation Build Status
Stable Docs Latest Docs Build Status Code Coverage

DeformableBodies.jl is a Julia package offering tools for modeling and solving a special class of problems from classical mechanics called deformable bodies.

Example of model in two reference frames

Installation

This package is available on the Julia registry. You can install it by entering ] on the Julia REPL and then running

pkg> add DeformableBodies

Usage

To learn how to use this package, check the tutorials and guides at the documentation.

There are also some complete working examples on the examples/ folder.