Stores continuation curves for a specified model.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
model)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
compileAutoLib(self,
libsources=[],
libdirs=[])
compileAutoLib generates a python extension DLL with continuer and vector
field compiled and linked. |
source code
|
|
|
|
|
|
|
|
|
|
display(self,
coords=None,
curves=None,
figure=None,
axes=None,
stability=False,
domain=False,
**plot_args)
Plot all curves in coordinates specified by coords. |
source code
|
|
|
|
exportGeomview(self,
coords=None,
filename='geom.dat') |
source code
|
|
|
|
|
|
|
forceAutoLibRefresh(self)
forceAutoLibRefresh should be called after event contents are
changed, or alterations are made to the right-hand side of the ODEs. |
source code
|
|
|
|
|
|
|
|
|
|
makeAutoLib(self,
libsources=[],
libdirs=[],
include=[])
makeAutoLib calls makeAutoLibSource and then the compileAutoLib
method. |
source code
|
|
|
|
|
|
|
newCurve(self,
initargs)
Create new curve with arguments specified in the dictionary initargs. |
source code
|
|
|
|
update(self,
args)
Update parameters for all curves. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|