view README.md @ 10:9356247f3999 default tip

Update code for publishing article at lewinb.net
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 19 Jan 2022 22:51:26 +0100
parents bb7dcd4019e5
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).