RKReflection[rk]

returns a new RungeKutta method which is the reflection of rk.

Details and Options

  • A reflected RungeKutta method results from the substitutions , , and . Its coefficients are , , and for .
  • The reflection of a RungeKutta method is commonly called the adjoint method.

Examples

Basic Examples  (1)Summary of the most common use cases

Reflect the classical fourth order RungeKutta method:

Tech Notes