WaveSim is a small application that simulates and displays the nummerical solution of the 2D wave equation. It calculates the time evolution of the wave on a hexagonal lattice in contrast to most simlations which utilize a square or rectangular grid. WaveSim allows for changing simulation parameters and initial conditions of the wave and for choosing an arbitrary shape for the simulation.
- Download repository
- Navigate into the WaveSim folder in a terminal and run
cargo build --release
- After compilation run with
cargo run --release
- Alternatively run the executable file in WaveSim/target/release