English

Runge-Kutta Theory and Constraint Programming

Numerical Analysis 2018-04-16 v1 Numerical Analysis Classical Analysis and ODEs

Abstract

There exist many Runge-Kutta methods (explicit or implicit), more or less adapted to specific problems. Some of them have interesting properties, such as stability for stiff problems or symplectic capability for problems with energy conservation. Defining a new method suitable to a given problem has become a challenge. The size, the complexity and the order do not stop growing. This informal challenge to implement the best method is interesting but an important unsolved problem persists. Indeed, the coefficients of Runge-Kutta methods are harder and harder to compute, and the result is often expressed in floating-point numbers, which may lead to erroneous integration schemes. Here, we propose to use interval analysis tools to compute Runge-Kutta coefficients. In particular, we use a solver based on guaranteed constraint programming. Moreover, with a global optimization process and a well chosen cost function, we propose a way to define some novel optimal Runge-Kutta methods.

Keywords

Cite

@article{arxiv.1804.04847,
  title  = {Runge-Kutta Theory and Constraint Programming},
  author = {Julien Alexandre dit Sandretto},
  journal= {arXiv preprint arXiv:1804.04847},
  year   = {2018}
}

Comments

This is a revised version of "Runge-Kutta Theory and Constraint Programming", Reliable Computing vol. 25, 2017

R2 v1 2026-06-23T01:22:38.593Z