numerical scheme

  • 1Numerical ordinary differential equations — Illustration of numerical integration for the differential equation y = y,y(0) = 1. Blue: the Euler method, green: the midpoint method, red: the exact solution, y = et. The step size is h = 1.0 …

    Wikipedia

  • 2Numerical partial differential equations — is the branch of numerical analysis that studies the numerical solution of partial differential equations (PDEs). Numerical techniques for solving PDEs include the following: The finite difference method, in which functions are represented by… …

    Wikipedia

  • 3Numerical analysis — Babylonian clay tablet BC 7289 (c. 1800–1600 BC) with annotations. The approximation of the square root of 2 is four sexagesimal figures, which is about six decimal figures. 1 + 24/60 + 51/602 + 10/603 = 1.41421296...[1] Numerical analysis is the …

    Wikipedia

  • 4Numerical weather prediction — Weather models use systems of differential equations based on the laws of …

    Wikipedia

  • 5Numerical tower — In Scheme and some other Lisp dialects, a numerical tower is the set of data types that represent numbers in a given programming language. Each type in the tower conceptually sits on a more fundamental type, so an integer is a rational number and …

    Wikipedia

  • 6Godunov's scheme — is a conservative numerical scheme, suggested by S. K. Godunov in 1959, for solving partial differential equations. In this method, the conservative variables are considered as piecewise constant over the mesh cells at each time step and the time …

    Wikipedia

  • 7List of numerical analysis topics — This is a list of numerical analysis topics, by Wikipedia page. Contents 1 General 2 Error 3 Elementary and special functions 4 Numerical linear algebra …

    Wikipedia

  • 8MUSCL scheme — MUSCL stands for Monotone Upstream centered Schemes for Conservation Laws , and the term was introduced in a seminal paper by Bram van Leer (van Leer, 1979). In this paper he constructed the first high order , total variation diminishing (TVD)… …

    Wikipedia

  • 9Upwind scheme — In computational fluid dynamics, the upwind schemes are any of a class of discretization methods to solve hyperbolic partial differential equations numerically. The wave equation, the advection equation, the Euler equations in fluid dynamics, etc …

    Wikipedia

  • 10Horner scheme — In numerical analysis, the Horner scheme or Horner algorithm, named after William George Horner, is an algorithm for the efficient evaluation of polynomials in monomial form. Horner s method describes a manual process by which one may approximate …

    Wikipedia