C/C++ Programming
I have recently developed more of an interest in C/C++ languages as they seem to
be my gateway into GPGPU programming. That is helpful for me since super-computing
systems are expensive. Although it's not a major rush since I am still in school
and have access to the a few clusters which fulfill my needs. I do have access to a
GPGPU cluster out of the Math department which I have yet to fully utilize. Being a
student is so time consuming. Anyways, I hope to at least write an 2D airfoil simulation
on the GPU before I leave. Although I can still develop it on my laptop, but I think
that it would be much better if I could get a multi GPU version working before I leave.
Otherwise I will need to wait until I can make the personal investment to my own system
I hope to provide the following in C++:
- Generic Plot3D Reading Tool
- Poisson Solver (1D, 2D, and 3D)
- Shock Tube Solver (Quasi 1D)
- Generic Plot3D Reading Tool
- Fast Poisson Solver (Using FFT) (1D and 2D)
- Poisson Solver (2D)
- Ultra fast PIV for airfoils (TBD)