r2sundials: Wrapper for 'SUNDIALS' Solving ODE and Sensitivity Problem

Wrapper for widely used 'SUNDIALS' software (SUite of Nonlinear and DIfferential/ALgebraic Equation Solvers) and more precisely to its 'CVODES' solver. It is aiming to solve ordinary differential equations (ODE) and optionally pending forward sensitivity problem. The wrapper is made 'R' friendly by allowing to pass custom parameters to user's callback functions. Such functions can be both written in 'R' and in 'C++' ('RcppArmadillo' flavor). In case of 'C++', performance is greatly improved so this option is highly advisable when performance matters. If provided, Jacobian matrix can be calculated either in dense or sparse format. In the latter case 'rmumps' package is used to solve corresponding linear systems. Root finding and pending event management are optional and can be specified as 'R' or 'C++' functions too. This makes them a very flexible tool for controlling the ODE system during the time course simulation. 'SUNDIALS' library was published in Hindmarsh et al. (2005) <doi:10.1145/1089014.1089020>.

Version: 6.5.0-4
Depends: R (≥ 3.0.2), rmumps (≥ 5.2.1-6)
Imports: Rcpp (≥ 1.0.0)
LinkingTo: Rcpp, RcppArmadillo, rmumps (≥ 5.2.1-6)
Suggests: RcppXPtrUtils, slam, RUnit, deSolve, RcppArmadillo
Published: 2023-12-08
Author: Serguei Sokol [cre, aut], Carol S. Woodward [ctb], Daniel R. Reynolds [ctb], Alan C. Hindmarsh [ctb], David J. Gardner [ctb], Cody J. Balos [ctb], Radu Serban [ctb], Scott D. Cohen [ctb], Peter N. Brown [ctb], George Byrne [ctb], Allan G. Taylor [ctb], Steven L. Lee [ctb], Keith E. Grant [ctb], Aaron Collier [ctb], Lawrence E. Banks [ctb], Steve Smith [ctb], Cosmin Petra [ctb], Slaven Peles [ctb], John Loffeld [ctb], Dan Shumaker [ctb], Ulrike Yang [ctb], James Almgren-Bell [ctb], Shelby L. Lockhart [ctb], Hilari C. Tiedeman [ctb], Ting Yan [ctb], Jean M. Sexton [ctb], Chris White [ctb], Lawrence Livermore National Security [cph], Southern Methodist University [cph], INSA [cph], INRAE [cph], CNRS [cph]
Maintainer: Serguei Sokol <sokol at insa-toulouse.fr>
BugReports: https://github.com/sgsokol/r2sundials/issues
License: GPL-2 | GPL-3 [expanded from: GPL (≥ 2)]
Copyright: see file COPYRIGHTS
NeedsCompilation: yes
Citation: r2sundials citation info
Materials: NEWS
In views: DifferentialEquations
CRAN checks: r2sundials results

Documentation:

Reference manual: r2sundials.pdf

Downloads:

Package source: r2sundials_6.5.0-4.tar.gz
Windows binaries: r-prerel: r2sundials_6.5.0-4.zip, r-release: r2sundials_6.5.0-4.zip, r-oldrel: r2sundials_6.5.0-4.zip
macOS binaries: r-prerel (arm64): r2sundials_6.5.0-4.tgz, r-release (arm64): r2sundials_6.5.0-4.tgz, r-oldrel (arm64): r2sundials_6.5.0-4.tgz, r-prerel (x86_64): r2sundials_6.5.0-4.tgz, r-release (x86_64): r2sundials_6.5.0-4.tgz
Old sources: r2sundials archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=r2sundials to link to this page.