Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-07-19T03:49:23.000Z (over 3 years ago)
- Last Synced: 2024-11-09T06:41:37.400Z (3 months ago)
- Topics: cuda, graphics, simulation
- Language: C
- Homepage:
- Size: 259 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AeroLBM
=======A toy LBM solver written in CUDA.
![screenshot](screenshot.jpg)
How to play
-----------
```bash
cmake -B build
make -C build
build/LBMSolver
```