Object-Oriented Implementation of Software for Solving Ordinary Differential Equations

  • Authors:
  • Kjell Gustafsson

  • Affiliations:
  • Department of Automatic Control, Lund Institute of Technology, S-22100 Lund, Sweden

  • Venue:
  • Scientific Programming - The First Annual Object-Oriented Numerics Conference (OON-SKI '93)
  • Year:
  • 1993

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe an object-oriented implementation of numerical integration methods for solving ordinary differential equations. Software components that are common to many different integration methods have been identified and implemented in such a way that they can be reused. This facilitates the design of a uniform user interface and makes the task of implementing a new integration method fairly modest. The sharing of code in this type of implementation also allows for less subjective comparisons of the result from different integration methods.