Skip to content
/ PDA_C Public

Prototype serial object-oriented C++ implementation of the Population Dynamics Algorithm.

Notifications You must be signed in to change notification settings

dacharle/PDA_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PDA_C

A prototype of a serial object-oriented C++ implementation of the Population Dynamics Algorithm that was published by Charlebois et al. in 2011 in Communications in Computational Physics.

Notes: This code has not been optimized or tested extensively against analytic solutions. Segmentation fault occurs after ~20k cells. This algorithm must be compiled with "mtrand.cpp" - a C++ implementation of the Mersenne twister pseudorandom number generator.

*For a parallel C++ implementation of the PDA see the "gepda" repository of GitHub user "yuchenhou".

About

Prototype serial object-oriented C++ implementation of the Population Dynamics Algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages