Skip to content

eschnett/wavetoy1

Repository files navigation

Travis build Status CircleCI build Status Coveralls coverage Status

A progression of WaveToy implementations in Haskell. This is step 1, a straightforward implementation serving mostly as basis for further improvements.

Problem description

\partial_{tt} u = \partial_{xx} u

Build instructions

# Build the project.
stack build

# Run the test suite.
stack test

# Run the benchmarks.
stack bench

# Generate documentation.
stack haddock