From The FEniCS project
DiffSim is a library for solving discrete and stochastic systems coupled with continuous and deterministic systems. DiffSim provides a simple declarative language for defining problems in Python. It has built in capabilities to solve the diffusion equation over an arbitrary numbers of domains. The domains can be coupled using boundary fluxes, and each domain can define several diffusive ligands.
The Stochastic solver is using a modified Gillespie algorithm, similar to the one used in [1].
Contents |
License
DiffSim is licensed under the GNU LGPL Version 3.0 or later. See http://www.gnu.org for details.
Download
From a bazaar repository at Launchpad;
bzr branch lp:~diffsim/diffsim/dev
Feedback
For feedback, patches, and comments contact Johan Hake <johan -dot- hake -at- gmail -dot- com>
References
[1] RĂ¼diger Thul et. al Biophys. J.2007, 93, 1847-1857

