Home

Awesome

Wavefuse

Purpose

Perform a time-integration of a reaction-diffusion system in 3D using the FTCS algorithm on a GPU. Currently, only Gray-Scott kinetics are implemented.

Example

Gray-Scott reaction-diffusion system

SettingValue
TypeGray-Scott
Size256<sup>3</sup>
dt0.25
dx0.50
f0.0625
k0.0416
Da0.16
Db0.08

Compilation instructions

Assuming that you have CUDA installed, the compilation is roughly as follows:

mkdir build
cd build
cmake ../src
make -j9

CMake should automagically detect your CUDA installation.

Usage

./wavefuse -i ../path/to/inputfile

Example:

./wavefuse -i ../examples/gray_scott_spots.in