Package PyDSTool :: Package Generator :: Module Dopri_ODEsystem' :: Class dopri
[hide private]
[frames] | no frames]

Class dopri

source code

integrator'.integrator --+
                         |
                        dopri

Dopri 853 specialization of the basic integrator class.

Instance Methods [hide private]
 
Continue(self, tend, params=[], calcSpecTimes=0, verbose=0, extInputChanged=False, extInputVals=[], extInputTimes=[], bounds=[]) source code
 
Run(self, hinit=0, hmax=1.0, checkAux=0, calcSpecTimes=0, verbose=0, fac1=0.2, fac2=10.0, safety=0.9, beta=0.04, checkBounds=0, boundsCheckMaxSteps=1000, magBound=1000000) source code
 
__init__(self, modname, rhs='default_name', phaseDim=0, paramDim=0, nAux=0, nEvents=0, nExtInputs=0, hasJac=0, hasJacP=0, hasMass=0, extraSpace=0, defaultBound=100000000.0) source code
 
setDopriParams(self, hinit, hmax, checkAux, calcSpecTimes, verbose, fac1, fac2, safety, beta, checkBounds, boundsCheckMaxSteps, magBound) source code

Inherited from integrator'.integrator: AuxFunc, Jacobian, JacobianP, MassMatrix, Reset, Rhs, __del__, checkBasic, checkEvents, checkExtInputs, checkInteg, checkRunParams, clearAll, clearEvents, clearExtInputs, clearInteg, clearRunParams, setContParams, setEvents, setExtInputs, setInteg, setRunParams

Method Details [hide private]

Continue(self, tend, params=[], calcSpecTimes=0, verbose=0, extInputChanged=False, extInputVals=[], extInputTimes=[], bounds=[])

source code 
Overrides: integrator'.integrator.Continue

Run(self, hinit=0, hmax=1.0, checkAux=0, calcSpecTimes=0, verbose=0, fac1=0.2, fac2=10.0, safety=0.9, beta=0.04, checkBounds=0, boundsCheckMaxSteps=1000, magBound=1000000)

source code 
Overrides: integrator'.integrator.Run

__init__(self, modname, rhs='default_name', phaseDim=0, paramDim=0, nAux=0, nEvents=0, nExtInputs=0, hasJac=0, hasJacP=0, hasMass=0, extraSpace=0, defaultBound=100000000.0)
(Constructor)

source code 
Overrides: integrator'.integrator.__init__