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 year ago
JSON representation

A toy 3D LBM solver in CUDA

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
```