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

Class EquilibriumCurve

source code

  object --+    
           |    
Continuation --+
               |
              EquilibriumCurve

Child of Continuation class that represents curves of
equilibrium points.

System:

        h(x,a) = f(x,a) = 0

    The continuation variables are (x,a) with

        x = State variables
        a = Free parameters

Detection of points: LP, H, BP

Instance Methods [hide private]
 
__init__(self, model, gen, automod, plot, args=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
reset(self, args=None)
Resets curve by setting default parameters and deleting solution curve.
source code
 
update(self, args)
Update parameters for EquilibriumCurve.
source code
 
_createTestFuncs(self)
Creates processors and test functions for EquilibriumCurve class.
source code

Inherited from Continuation: __copy__, __deepcopy__, __repr__, __str__, backward, cleanLabels, computeEigen, display, exportGeomview, forward, getSpecialPoint, info, 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)

reset(self, args=None)

source code 

Resets curve by setting default parameters and deleting solution curve.

Overrides: Continuation.reset

update(self, args)

source code 

Update parameters for EquilibriumCurve.

Overrides: Continuation.update

_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