Learn R Programming

bvpSolve (version 1.4.4.1)

Solvers for Boundary Value Problems of Differential Equations

Description

Functions that solve boundary value problems ('BVP') of systems of ordinary differential equations ('ODE') and differential algebraic equations ('DAE'). The functions provide an interface to the FORTRAN functions 'twpbvpC', 'colnew/colsys', and an R-implementation of the shooting method. Mazzia, F., J.R. Cash and K. Soetaert, 2014.

Copy Link

Version

Install

install.packages('bvpSolve')

Monthly Downloads

221

Version

1.4.4.1

License

GPL (>= 2)

Last Published

September 21st, 2023

Functions in bvpSolve (1.4.4.1)

plot.bvpSolve

Plot and Print Methods for Output of bvp solvers
bvpshoot

Solver for two-point boundary value problems of ordinary differential equations, using the single shooting method
bvpcol

Solves multipoint boundary value problems of ordinary differential equations or differential algebraic equations, using a collocation method.
diagnostics.bvpSolve

Prints Diagnostic Characteristics of BVP Solvers
bvpSolve-package

Solvers for Boundary Value Problems (BVP) of Ordinary Differential Equations
bvptwp

Solves two-point boundary value problems of ordinary differential equations, using a mono-implicit Runge-Kutta formula