An open API service indexing awesome lists of open source software.

https://github.com/cdalvaro/computational-physics

🚧 Project for solving differential equations numerically, applied to physics
https://github.com/cdalvaro/computational-physics

cpp numerical-pdes objective-cpp opengl physics-simulation

Last synced: 3 months ago
JSON representation

🚧 Project for solving differential equations numerically, applied to physics

Awesome Lists containing this project

README

          

# Computational Physics

This program contains some examples for solving wave functions numerically.

It also contains other methods to solve Laplace's and Poisson's equations, it can compute eigenvalues and eigenvectors for matrices, also it can solve systems of equations.

This project uses a custom matrix class to perform all the operations as well as an OpenGL class to plot the results in real time.

I will update this file soon with more information about the project, giving some explanations about the methods used on it...