Radau 5 specialization of the basic integrator class.
|
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,
safety=0.9,
jacRecompute=0.001,
newtonStop=-1,
stepChangeLB=1,
stepChangeUB=1.2,
stepSizeLB=0.2,
stepSizeUB=8.0,
hessenberg=0,
maxNewton=7,
newtonStart=0,
index1dim=-1,
index2dim=0,
index3dim=0,
stepSizeStrategy=1,
DAEstructureM1=0,
DAEstructureM2=0,
useJac=0,
useMass=0) |
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
|
|
|
setRadauParams(self,
hinit,
hmax,
checkAux,
calcSpecTimes,
verbose,
safety,
jacRecompute,
newtonStop,
stepChangeLB,
stepChangeUB,
stepSizeLB,
stepSizeUB,
hessenberg,
maxNewton,
newtonStart,
index1dim,
index2dim,
index3dim,
stepSizeStrategy,
DAEstructureM1,
DAEstructureM2,
useJac,
useMass) |
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
|