File tree Expand file tree Collapse file tree 2 files changed +12
-20
lines changed
Expand file tree Collapse file tree 2 files changed +12
-20
lines changed Original file line number Diff line number Diff line change 1- # Deformable body dynamics simulator
1+ # DeformableBodies
2+
3+ | ** Documentation** |
4+ | :--------------------------------: |
5+ | [ ![ ] [ docs-dev-img ]] [ docs-dev-url ] |
6+
7+
8+ ` DeformableBodies.jl ` is a Julia package dedicated
9+ to the study and solution of a special class of problems from classical mechanics:
10+ _ deformable bodies_ .
211
312## Installation
413You can install this package via the following commands inside the Julia REPL:
@@ -8,22 +17,5 @@ import Pkg
817Pkg. add (" https://github.com/iagoleal/DeformableBodies.jl.git" )
918```
1019
11- ## Usage
12-
13- The folder ` examples/ `
14- contains some examples of how to construct a model.
15-
16- The result of a simulation is summarized on the following figure,
17- made with the example file ` examples/cubecopter.jl ` :
18-
19- ![ Cube with spinning helix] ( figs/cubecopter.gif )
20-
21- ## Mathematics behind the program
22- _ Geometry goes here._
23-
24- ## TODO
25- - Write better documentation;
26- - Find trajectory that optimizes energy from a parameterized family.
27-
28- ## Disclaimer
29- No real cats were harmed during the development of this program.
20+ [ docs-dev-img ] : https://img.shields.io/badge/docs-dev-blue.svg
21+ [ docs-dev-url ] : https://iagoleal.github.io/DeformableBodies.jl/dev/
You can’t perform that action at this time.
0 commit comments