view README.md @ 1:bb7dcd4019e5

Add README
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 05 Jan 2022 14:48:43 +0100
parents
children
line wrap: on
line source

# lattice2d

A little example of using `DifferentialEquations.jl` to solve the ordinary DEs occurring
in lattice vibrations.

## `linear_chain`

Implements a linear chain of spring-linked oscillators with optional anharmonic term.

## `lattice2d`

Implements a 2D lattice of spring-linked oscillators with adjustable coupling (but only
harmonic terms).