Wrapper for Radau integrator (with support for differential-algebraic
equations).
|
AuxVars(self,
t,
xdict,
pdict=None,
asarray=True)
asarray is an unused, dummy argument for compatibility with
Model.AuxVars |
source code
|
|
|
Jacobian(self,
t,
xdict,
pdict=None,
asarray=True)
asarray is an unused, dummy argument for compatibility with
Model.Jacobian |
source code
|
|
|
JacobianP(self,
t,
xdict,
pdict=None,
asarray=True)
asarray is an unused, dummy argument for compatibility with
Model.JacobianP |
source code
|
|
|
MassMatrix(self,
t,
xdict,
pdict=None,
asarray=True)
asarray is an unused, dummy argument for compatibility with
Model.MassMatrix |
source code
|
|
|
Rhs(self,
t,
xdict,
pdict=None,
asarray=True)
asarray is an unused, dummy argument for compatibility with Model.Rhs |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
compileLib(self,
libsources=[ ] ,
libdirs=[ ] )
compileLib generates a python extension DLL with integrator and vector
field compiled and linked. |
source code
|
|
|
|
|
forceLibRefresh(self)
forceLibRefresh should be called after event contents are changed, or
alterations are made to the right-hand side of the ODEs. |
source code
|
|
|
makeLib(self,
libsources=[ ] ,
libdirs=[ ] ,
include=[ ] )
makeLib calls makeLibSource and then the compileLib method. |
source code
|
|
|
|
Inherited from ODEsystem'.ODEsystem :
__getstate__ ,
__setstate__ ,
addMethods ,
checkInitialConditions ,
cleanupMemory ,
haveJacobian ,
haveJacobian_pars ,
haveMass ,
prepDirection ,
set ,
validateICs
Inherited from baseclasses.ctsGen :
validateSpec
Inherited from baseclasses.Generator :
__copy__ ,
__deepcopy__ ,
__repr__ ,
__str__ ,
addEvtPars ,
checkArgs ,
contains ,
get ,
getEventTimes ,
getEvents ,
info ,
query ,
resetEventTimes ,
resetEvents ,
setEventICs ,
showAuxFnSpec ,
showAuxSpec ,
showEventSpec ,
showSpec
Inherited from baseclasses.Generator (private):
_addEvents ,
_auxfn_getindex ,
_auxfn_globalindepvar ,
_auxfn_heav ,
_auxfn_if ,
_auxfn_initcond ,
_generate_ixmaps ,
_infostr ,
_kw_process_algparams ,
_kw_process_allvars ,
_kw_process_dispatch ,
_kw_process_events ,
_kw_process_fnspecs ,
_kw_process_ics ,
_kw_process_ignorespecial ,
_kw_process_inputs ,
_kw_process_pars ,
_kw_process_pdomain ,
_kw_process_reuseterms ,
_kw_process_system ,
_kw_process_target ,
_kw_process_tdata ,
_kw_process_tdomain ,
_kw_process_tstep ,
_kw_process_ttype ,
_kw_process_varspecs ,
_kw_process_vfcodeinserts ,
_kw_process_xdomain ,
_kw_process_xtype ,
_makeBoundsEvents ,
_register ,
_set_for_hybrid_DS
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|