|
__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
|
|
|
|
|
plot_cycles(self,
coords=None,
cycles=None,
exclude=None,
figure=None,
axes=None,
normalized=False,
tlim=None,
method=None,
color_method=' default ' ,
**plot_args) |
source code
|
|
|
_savePointInfo(self,
ds=None,
evals=None,
jacx=None,
jacp=None,
flow=None,
diag=None)
Created a function for this since it needs to be called both in
_compute and when a bifurcation point is found. |
source code
|
|
|
_compute(self,
x0=None,
v0=None,
direc=1)
NOTE: This doesn't use v0!!!! It gets v0 from c0, which is found from
x0. |
source code
|
|
|
|
Inherited from Continuation :
__copy__ ,
__deepcopy__ ,
__repr__ ,
__str__ ,
backward ,
cleanLabels ,
computeEigen ,
display ,
exportGeomview ,
forward ,
getSpecialPoint ,
testdomain ,
testdomaingrid ,
testdomaintangrid
Inherited from Continuation (private):
_Keller ,
_MoorePenrose ,
_Natural ,
_checkForBifPoints ,
_createTestFuncs ,
_curveToPointset ,
_preTestFunc ,
_system ,
_systemjac ,
_systemjac_withpars ,
_systemjacuser ,
_systemuser
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|