Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)