Package PyDSTool :: Package PyCont :: Module Continuation :: Class FixedPointCurve
[hide private]
[frames] | no frames]

Class FixedPointCurve

source code

  object --+    
           |    
Continuation --+
               |
              FixedPointCurve

Instance Methods [hide private]
 
__init__(self, model, gen, automod, plot, args=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
_preTestFunc(self, X, V)
Need CorrFunc jacobian for BP detection.
source code
 
_createTestFuncs(self)
Creates processors and test functions for EquilibriumCurve class.
source code
 
update(self, args)
Update parameters for FixedPointCurve.
source code

Inherited from Continuation: __copy__, __deepcopy__, __repr__, __str__, backward, cleanLabels, computeEigen, display, exportGeomview, forward, getSpecialPoint, info, reset, testdomain, testdomaingrid, testdomaintangrid

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, model, gen, automod, plot, args=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_preTestFunc(self, X, V)

source code 

Need CorrFunc jacobian for BP detection.

Overrides: Continuation._preTestFunc

_createTestFuncs(self)

source code 
Creates processors and test functions for EquilibriumCurve class.

Note:  In the following list, processors are in PyCont.Bifpoint
and test functions are in PyCont.TestFunc.

Point type (Processor): Test function(s)
----------------------------------------

LP (FoldPoint): Fold_Tan
                Fold_Det
                Fold_Bor
H (HopfPoint): Hopf_Det
               Hopf_Bor

Overrides: Continuation._createTestFuncs

update(self, args)

source code 

Update parameters for FixedPointCurve.

Overrides: Continuation.update