IVP Solver Module

Introduction

This modules solves (1) of the form

(1)\[\begin{split}\begin{aligned} \dot{x} &= f(\mathbf{x}, \mathbf{p}) \\ \dot{q} &= h(\mathbf{x}, \mathbf{p}) \\ \mathbf{x}(\tau_0) &= \mathbf{x}_0 \end{aligned}\end{split}\]

from \(t_0\) to \(t_f\).

Integration Programs

The ivpsol module serves as a common interface to various integration programs as well as an ivp solver included with beluga. The following link contains a list of integration methods available in beluga.

Base Class Reference