Module solver

Module solver 

Source
Expand description

ODE solver interface

This module provides the main interface for solving ODEs.

Functionsยง

solve_ivp
Solve an initial value problem (IVP) for a system of ODEs.
solve_ivp_with_events
Solve an initial value problem (IVP) for a system of ODEs with event detection.