Skip to content

Uses standard algorithms to mimic population dynamics with particles in flow.

Notifications You must be signed in to change notification settings

Range-Expansions/particle_populations_in_flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Particle Populations in Flow

A cython instantiation of the algorithm discussed in

Pigolotti S. et al. Growth, competition and cooperation in spatial population genetics. Theoretical Population Biology (2013), 84C, 72–86. https://doi.org/10.1016/j.tpb.2012.12.002

Currently, an arbitrary number of populations with differing growth rates compete to eat nutrients while they are advected by fluid flow.

To install, use

python setup.py develop

Installation requires Cython and CythonGSL (you can install CythonGSL with pip).

See the examples folder for ipython notebooks showing how to use the code.

About

Uses standard algorithms to mimic population dynamics with particles in flow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages