Package PyDSTool :: Package Toolbox :: Module phaseplane :: Class phaseplane
[hide private]
[frames] | no frames]

Class phaseplane

source code

object --+
         |
        phaseplane

Working environment for 2D phase-plane analysis.

Effectively a thin wrapper around a Generator class (will later be around a Model class, in order to support hybrid 2D vector fields)

Instance Methods [hide private]
 
__init__(self, vf_info, x_axis='', name='', normord=2, eps=1e-12)
Use x_axis to specify which variable should appear on the x-axis
source code
 
build_vf(self) source code
 
add(self, attribute, value) source code
 
remove(self, attribute, value) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, vf_info, x_axis='', name='', normord=2, eps=1e-12)
(Constructor)

source code 

Use x_axis to specify which variable should appear on the x-axis

Overrides: object.__init__