initStepper: Initialize Internal ODE Solver

initStepperR 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 NULL, the name of a single file, or a vector of file names if the Fortran code is split over several files.

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)

david.kneis@tu-dresden.de

See Also

To perform integration with the solvers from package deSolve use compile instead of this method.


dkneis/rodeo documentation built on Jan. 4, 2024, 2:18 p.m.