Sundials ordinary differential equation solver
[t,y] = arkode(f,tspan,y0,options) [t,y,te,ye,ie] = arkode(f,tspan,y0,options) sol = arkode(...) solext = arkode(sol,tfinal,options)
f | a function, a string or a list, the right hand side of the differential equation. |
tspan | double vector, time interval or time points. |
y0 | a double array: initial state of the ode. |
options | a sequence of optional named arguments (see sundials options) |
t | vector of time points used by the solver. |
y | array of solution at time values in t |
te,ye,ie | time of event, solution and index of event. |
sol, solext | MList of |
tfinal | final time of extended solution |
arkode
is not available in this release of sci-sundials.
A. C. Hindmarsh, P. N. Brown, K. E. Grant, S. L. Lee, R. Serban, D. E. Shumaker, and C. S. Woodward, "SUNDIALS: Suite of Nonlinear and Differential/Algebraic Equation Solvers," ACM Transactions on Mathematical Software, 31(3), pp. 363-396, 2005. Also available as LLNL technical report UCRL-JP-200037.