Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 534 Bytes

Readme.md

File metadata and controls

19 lines (14 loc) · 534 Bytes

Numerical

This repository contains implementations for various numerical methods for educational purposes.

Wave Program

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]

Heat Program