stepper_deSolve: Stepper (deSolve wrappers)

Description Usage Arguments

Description

Wrapper around deSolve to allow them to use the integration functions in this package, even though deSolve will do all the integration. This section is experimental, and prone to change. Please avoid at the moment.

Usage

1
2
3
4
5
make_stepper_deSolve(category, algorithm, ...)

make_stepper_deSolve_basic(algorithm)

make_stepper_deSolve_controlled(algorithm, abs_tol = 1e-06, rel_tol = 1e-06)

Arguments

category

Either "basic" or "controlled"

algorithm

The stepper algorithm (e.g. "runge_kutta4")

...

Additional parameters (still under development)

abs_tol

Absolute tolerance (see atol in deSolve docs for now)

rel_tol

Relative tolerance (see rtol in deSolve docs for now)


richfitz/rodeint documentation built on May 27, 2019, 8:42 a.m.