Name: Dynamics
Purpose: The base C implementation of the Dynamics class. Dynamics implements the dynamical properties of a cell by providing equations that determine the evolution of state variables and currents. This is a virtual base class. C language Dyanmics subclasses inherit this (see the C language implementors cook book, when it is written) and Python classes inherit PyDynamics which in turn, inherits this class.
Provided by: _p3
Source: dynamics.c
Examples: N/A
Inherits:
Constructor: Dynamics(c) where c is a Cell or Compartment object. If c is a Cell the Dynamics is added to the first compartment in the Cell.
Provides:
NameTypeAttributesDescription
ownerCompartmentROthe Compartment owning this Dynamics
traceboolRWflag to turn tracing on for this dynamics