timasjov / 2d-wave-equation

Wave equasion simulation using FDM and PCG methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wave simulation with FDM and PCG

Simulation of waves using Finite Difference Method (FDM) and Preconditioned Conjugate Gradient (PCG) method as a solver of linear systems.

Project was implemented as a part of Scientific Computing course in University of Tartu. Complete overview of the project can be found here. As a result, series of pictures representing wave simulation are created (should be manually combined to gif file).

alt tag

Dependencies

  • numpy
  • matplotlib

About

Wave equasion simulation using FDM and PCG methods

License:MIT License


Languages

Language:Python 100.0%