An open API service indexing awesome lists of open source software.

https://github.com/eduidl/diffusion-simulation

差分法を用いた拡散方程式の数値計算
https://github.com/eduidl/diffusion-simulation

Last synced: 4 months ago
JSON representation

差分法を用いた拡散方程式の数値計算

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