Heun's methodIn mathematics and computational science, Heun's method may refer to the improved or modified Euler's method (that is, the explicit trapezoidal rule), or a similar two-stage Runge–Kutta method. It is named after Karl Heun and is a numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. Both variants can be seen as extensions of the Euler method into two-stage second-order Runge–Kutta methods.
Méthode des éléments finisEn analyse numérique, la méthode des éléments finis (MEF, ou FEM pour finite element method en anglais) est utilisée pour résoudre numériquement des équations aux dérivées partielles. Celles-ci peuvent par exemple représenter analytiquement le comportement dynamique de certains systèmes physiques (mécaniques, thermodynamiques, acoustiques).
Marxisme analytiqueLe marxisme analytique est un courant de pensée développé dans le monde anglo-saxon dans les années 1980. L'objectif du marxisme analytique est d'interpréter de manière claire et rigoureuse la pensée de Marx à l'aide d'outils utilisés traditionnellement par la philosophie analytique et les sciences sociales (ex: théorie du choix rationnel). Puisque la méthode du marxisme analytique est différente de celle utilisée traditionnellement, plusieurs interprètes de Marx accuseront ce mouvement de dénaturer Marx.
Partial applicationIn computer science, partial application (or partial function application) refers to the process of fixing a number of arguments to a function, producing another function of smaller arity. Given a function , we might fix (or 'bind') the first argument, producing a function of type . Evaluation of this function might be represented as . Note that the result of partial function application in this case is a function that takes two arguments. Partial application is sometimes incorrectly called currying, which is a related, but distinct concept.