Granular.jl

Julia package for granular dynamics simulation
git clone git://src.adamsgaard.dk/Granular.jl
Log | Files | Refs | README | LICENSE

commit d1830c4649285e2989c181e84f008827bae4fd2b
parent 0fc41a6f811b5970151c7960686a4e6d1e9603bc
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  9 May 2018 11:32:34 -0400

Update text on documentation landing page

Diffstat:
Mdocs/src/index.md | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/src/index.md b/docs/src/index.md @@ -1,13 +1,13 @@ # Granular.jl -*A [Julia](https://julialang.org) package for particle-based simulation of -granular dynamics.* +**A [Julia](https://julialang.org) package for particle-based simulation of +granular materials.** `Granular.jl` is a flexible and computationally efficient 2d implementation of the discrete element method. Grains are represented as particles, which can be forced by drag in fluid grids. The grains interact through elasto-viscous-frictional contact rheologies and can obtain time-dependent -tensile strength. +cohesive strength with bond mechanics based on beam theory. The source code for Granular.jl is hosted on [Github](https://github.com/anders-dc/Granular.jl).