https://github.com/archibate/cuda_aero_lbm
A toy 3D LBM solver in CUDA
https://github.com/archibate/cuda_aero_lbm
cuda graphics simulation
Last synced: about 1 year ago
JSON representation
A toy 3D LBM solver in CUDA
- Host: GitHub
- URL: https://github.com/archibate/cuda_aero_lbm
- Owner: archibate
- Created: 2021-07-19T03:48:44.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T03:49:23.000Z (almost 5 years ago)
- Last Synced: 2025-04-14T14:56:20.726Z (about 1 year ago)
- Topics: cuda, graphics, simulation
- Language: C
- Homepage:
- Size: 259 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AeroLBM
=======
A toy LBM solver written in CUDA.

How to play
-----------
```bash
cmake -B build
make -C build
build/LBMSolver
```