Skip to content

An interval library for sound and complete solution of ordinary differential equation (ODE) initial value problems (IVPs) from the paper "Recursive solution of initial value problems with temporal discretization":

License

Notifications You must be signed in to change notification settings

afarjudian/IVP_MPFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IVP_MPFI

Sound and complete interval method for solving ordinary differential equation (ODE) initial value problems (IVPs).

The code is an implementation of the method presented in the paper:

and it may not make much sense without reading the above article first.

Environment

  • Ubuntu 22.04 LTS

In principle, it should run on any system with a C++ compiler. No advanced feature of C++ is used in the code.

Dependency

  • libboost-all-dev
  • libmpfi-dev

Compile and Run:

On Ubuntu, the following command should compile the program:

  • g++ -o ivp_mpfi *.cpp -lmpfi -lmpfr

and then run:

  • ./ivp_mpfi

About

An interval library for sound and complete solution of ordinary differential equation (ODE) initial value problems (IVPs) from the paper "Recursive solution of initial value problems with temporal discretization":

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages