You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simulation of the Rayleigh-Taylor instability using compressible Euler equations. Includes CPU (Python/C) and GPU (CUDA) versions. Benchmarks highlight accuracy (Euler vs RK2), performance, and physical insights. Focus on parallelization and numerical methods.
# CUDA Rayleigh-Taylor Instability SimulationThis repository features a high-performance simulation of the Rayleigh-Taylor instability using CUDA, Python, and C. Explore the implementation and results to understand fluid dynamics in a parallel computing context. 🖥️🚀