This repository contains implementations for various numerical methods for educational purposes.
Currently the main script launches numerical solver of a wave equation. To launch it use:
> ./main -w [width] -h [height] -t [time_step] -x [space_step]
In order to launch GL-window use:
> ./mainWindow -w [width] -h [height] -t [time_step] -x [space_step]