<< sci_sundials sci_sundials CVODE >>

sci_sundials >> sci_sundials > ARKODE

ARKODE

Sundials ordinary differential equation solver

Syntax

[t,y] = arkode(f,tspan,y0,options)
[t,y,te,ye,ie] = arkode(f,tspan,y0,options)
sol = arkode(...)
solext = arkode(sol,tfinal,options)

Arguments

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 _odeSolution type

tfinal

final time of extended solution

Description

arkode is not available in this release of sci-sundials.

See also

Bibliography

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.


Report an issue
<< sci_sundials sci_sundials CVODE >>