Personal tools
You are here: Home Documentation SincLib ODE IVP Systems
Document Actions

ODE IVP Systems

by admin last modified 2007-05-04 18:09

This page covers the theory and implementation of the first order, nonlinear ODE IVP system solver.

Theory

The first order, nonlinear ODE IVP system solver is presented in this paper:
  • F. Stenger, B. Keys, M. O'Reilly, K.Parker, and S.-A Gustafson. “ODE-IVP-PACK via Sinc indefinite integration and Newton's method,” NUMERICAL ALGORITHMS, 20 (1999), PP. 241-268
We utilize the same sinc discretization ideas, but implement other solution methods besides Newton's Method.

This section is not yet finished.

Implementation

The implementation of the first order, nonlinear ODE IVP system solver is found in the sinc.ode_system.DiffEqSystemv2Lib module in the DiffEqSystemV2 class.


This section is not yet finished.



Powered by Plone, the Open Source Content Management System