Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/molefrog/prescilla
Solving physics equations using GPGPU.
https://github.com/molefrog/prescilla
Last synced: 26 days ago
JSON representation
Solving physics equations using GPGPU.
- Host: GitHub
- URL: https://github.com/molefrog/prescilla
- Owner: molefrog
- Created: 2012-11-17T08:57:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-17T13:24:41.000Z (about 12 years ago)
- Last Synced: 2024-10-19T22:33:43.689Z (2 months ago)
- Language: C
- Homepage:
- Size: 2.93 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Prescilla
The main purpose of this project is to implement various numerical algorithms to solve some physics equations using high-perfomance graphics cards (GPGPU technology).
![logo](https://raw.github.com/molefrog/prescilla/master/results/logo.png)### Current result:
- Finite differences method
- Solving wave equations using CUDA technology
### TODO:
- Providing support of OpenCL
- Solving fluid dynamics equations
- Clustering (e.g. MPI)