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
- Host: GitHub
- URL: https://github.com/cdalvaro/computational-physics
- Owner: cdalvaro
- License: mit
- Created: 2017-01-22T18:34:58.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2021-01-17T18:55:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T01:28:34.360Z (11 months ago)
- Topics: cpp, numerical-pdes, objective-cpp, opengl, physics-simulation
- Language: C++
- Homepage:
- Size: 947 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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...