https://github.com/eduidl/diffusion-simulation
差分法を用いた拡散方程式の数値計算
https://github.com/eduidl/diffusion-simulation
Last synced: 4 months ago
JSON representation
差分法を用いた拡散方程式の数値計算
- Host: GitHub
- URL: https://github.com/eduidl/diffusion-simulation
- Owner: eduidl
- License: mit
- Created: 2018-12-02T15:00:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T15:04:52.000Z (over 6 years ago)
- Last Synced: 2025-01-12T13:11:25.947Z (6 months ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Diffusion Simulation
Simulation of diffusion with diffusion equation
## Required
- cmake
- CUDA## Build
```sh
mkdir build && cd build
cmake ..
make -j
```