Granular.jl

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

commit 7ff4993c5afbc4bf700bb51d91d1e6a16ceb27ca
parent e7325f85a44193cd2870c2a987e15fc403303265
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Mon, 11 Sep 2017 18:42:56 -0400

improve introductory text

Diffstat:
Mdocs/src/index.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/src/index.md b/docs/src/index.md @@ -2,7 +2,7 @@ *A [Julia](https://julialang.org) package for particle-based simulation of sea-ice dynamics.* -A flexible and computationally efficient 2d implementation of the discrete element method. Sea-ice floes are represented as particles, which can be forced by ocean and atmospheric velocity fields. The ice floes interact through elasto-viscous-frictional contact rheologies and obtain time-dependent tensile strength. +`SeaIce.jl` is a flexible and computationally efficient 2d implementation of the discrete element method, made for simulating sea ice in a Lagrangian manner. Sea-ice floes are represented as particles, which can be forced by ocean and atmospheric velocity fields. The ice floes interact through elasto-viscous-frictional contact rheologies and obtain time-dependent tensile strength. The source code for SeaIce.jl is hosted on [Github](https://github.com/anders-dc/SeaIce.jl).