initStepper {rodeo} | R Documentation |
Initialize Internal ODE Solver
Description
Initializes rodeo
's built-in ODE solver. This method must be called
prior to using step
.
Arguments
sources |
Name(s) of fortran source file(s) where a module with the
fixed name 'functions' is implemented. This module must contain all
user-defined functions referenced in process rates or
stoichiometric factors. Can be |
method |
Name of a the solver. Currently, 'rk5' is the only supported value (Runge-Kutta method of Cash and Karp). |
Value
invisible(NULL)
Note
After this method was called, step
can be used to
perform the integration.
Author(s)
See Also
To perform integration with the solvers from package
deSolve
use compile
instead of this
method.
[Package rodeo version 0.8.2 Index]