https://github.com/dhruvsrikanth/advection-diffusion-simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the advection-diffusion simulation.
https://github.com/dhruvsrikanth/advection-diffusion-simulation
advection-diffusion c cpp cpu distributed-memory-parallel high-performance-computing mpi multithreading openmp parallel-computing shared-memory-parallel simulation-modeling
Last synced: 3 days ago
JSON representation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the advection-diffusion simulation.
- Host: GitHub
- URL: https://github.com/dhruvsrikanth/advection-diffusion-simulation
- Owner: DhruvSrikanth
- Created: 2022-06-06T21:41:44.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T21:45:22.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T22:14:04.962Z (3 days ago)
- Topics: advection-diffusion, c, cpp, cpu, distributed-memory-parallel, high-performance-computing, mpi, multithreading, openmp, parallel-computing, shared-memory-parallel, simulation-modeling
- Language: C++
- Homepage:
- Size: 7.23 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Advection Diffusion Simulation
In this repository, you will find a serial, shared-memory parallel, distributed-memory parallel and hybrid implementations of the advection-diffusion simulation.
For more details, check the individual `Readme.md` files in each sub-directory.