Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datvodinh/hydrodynamic-flow
Visualize Hydrodynamic Flow using C and CUDA
https://github.com/datvodinh/hydrodynamic-flow
Last synced: about 17 hours ago
JSON representation
Visualize Hydrodynamic Flow using C and CUDA
- Host: GitHub
- URL: https://github.com/datvodinh/hydrodynamic-flow
- Owner: datvodinh
- License: apache-2.0
- Created: 2024-06-07T08:02:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-06-13T00:33:20.000Z (5 months ago)
- Last Synced: 2024-06-13T05:25:20.872Z (5 months ago)
- Language: Jupyter Notebook
- Size: 16.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Visualize Incompressible Hydrodynamic Flow using C and CUDA
![Visualize](./assets/test.gif)
## Run
- C
```bash
make flow
./flow_c
```- CUDA
```bash
make flow_cuda
./flow_cuda
```## Member
|Name|ID|
|--|--|
|Võ Đình Đạt |20214890|
|Bùi Anh Nhật |20210657|
|Trần Quốc Đệ |20210179|
|Nguyễn Trung Trực |20214936|
|Phạm Ngọc Quân |20210704|