Home | Trees | Indices | Help |
|
---|
|
object --+ | IntegratorBase --+ | vode
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_vode This module 'vode' is auto-generated with f2py (version:2_5540). |
|||
runner = getattr(_vode, 'dvode', None)
|
|||
messages =
|
|||
supports_run_relax = 1
|
|||
supports_step = 1
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Prepare integrator for call: allocate memory, set flags, etc. n - number of equations. has_jac - if user has supplied function for evaluating Jacobian.
|
Integrate from t=t0 to t=t1 using y0 as an initial condition. Return 2-tuple (y1,t1) where y1 is the result and t=t1 defines the stoppage coordinate of the result.
|
Make one integration step and return (y1,t1).
|
Integrate from t=t0 to t>=t1 and return (y1,t).
|
|
_vodeThis module 'vode' is auto-generated with f2py (version:2_5540). Functions: y,t,istate = dvode(f,jac,y,t,tout,rtol,atol,itask,istate,rwork,iwork,mf,f_extra_args=(),jac_extra_args=(),overwrite_y=0) y,t,istate = zvode(f,jac,y,t,tout,rtol,atol,itask,istate,zwork,rwork,iwork,mf,f_extra_args=(),jac_extra_args=(),overwrite_y=0) .
|
messages
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 2 23:44:24 2012 | http://epydoc.sourceforge.net |