changeset 1:bb7dcd4019e5

Add README
author Lewin Bormann <lbo@spheniscida.de>
date Wed, 05 Jan 2022 14:48:43 +0100
parents 2fbed236e3ec
children 15ea631fd8e7
files README.md
diffstat 1 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Wed Jan 05 14:48:43 2022 +0100
@@ -0,0 +1,13 @@
+# 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).