Skip to content

prbuen/Buenzli2022_CurvatureReacDiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Buenzli2022_CurvatureReacDiff

Square pore t=7

Author

Pascal R Buenzli, 2022

Description

Buenzli PR and Simpson MJ (2022) Curvature dependences of wave propagation in reaction-diffusion models; Preprint available at https://arxiv.org/abs/2112.00928

Requirements

Compilation

Edit src/model_inputs.d to select the model to run, then, from the root directory:

ldc2 src/*.d -od=build

or (optimised):

ldc2 src/*.d -od=build -O3 -release -mcpu=native -ffast-math

Execution

./main

=> data created in datadir/*.dat (filenames are suffixed with time frame number)

Visualisation

Edit plot.py (e.g. frame=70) and feed to gnuplot

./plot.py | gnuplot
pdflatex frame-0070

=> frame-0070.pdf

This produces the above figure.

About

Curvature dependences of wave propagation in reaction-diffusion models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published