Schrittwechselmethoden
Schrittwechselmethoden, also known as step-changing methods or adaptive step-size methods, are a class of numerical algorithms used to solve differential equations, particularly initial value problems. The core idea behind these methods is to dynamically adjust the step size during the integration process. This adjustment is based on an estimation of the local error at each step. If the estimated error is too large, the step size is reduced to improve accuracy. Conversely, if the estimated error is sufficiently small, the step size can be increased to speed up the computation.
The primary advantage of Schrittwechselmethoden is their efficiency. By taking smaller steps only when necessary, they
A common way to implement Schrittwechselmethoden is by using embedded pairs of Runge-Kutta formulas, such as
Schrittwechselmethoden are widely employed in various scientific and engineering disciplines, including physics, chemistry, and control theory,