ActivatorInhibitor
PyCellChemistry documentation index
/Users/lidia/main/research/acbook/web/website/ac-home/pycellchem/pycellchem-2.0/src/RD/ActivatorInhibitor.py

#---------------------------------------------------------------------------
#
# ActivatorInhibitor.py: Gierer & Meinhardt's activator-inhibitor system
#
# Reference:
#
# [Koch & Meinhardt 1994] A. J. Koch and H. Meinhardt,
# "Biological pattern formation: from basic mechanisms to complex structures",
# Reviews of Modern Physics, volume 66, number 4, pages 1481-1508, October 1994.
#
# originally implemented on top of the breve simulator, www.spiderland.org
# by Lidia Yamamoto, Univ. Basel, Switzerland, January 2010
# 20150914: removed breve dependencies to run within PyCellChemistry
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Copyright (C) 2015 Lidia A. R. Yamamoto
# Contact: http://www.artificial-chemistries.org/
#
# This file is part of PyCellChemistry.
#
# PyCellChemistry is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# version 3, as published by the Free Software Foundation.
#
# PyCellChemistry is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with PyCellChemistry, see file COPYING. If not, see
# http://www.gnu.org/licenses/
#


Modules
numpy
WritePNG
sys


Classes
ActivatorInhibitorDemo


class ActivatorInhibitorDemo
Methods defined here:
__init__(self)
run(self, finalvt=3000.0, dt=0.1)


Generated automatically by pydoc, July 10, 2015