Integreat`RK`
Integreat`RK`

RKDissipationError

RKDissipationError[rk,ν]

evaluates the linear, homogeneous dissipation error of rk at ν.

Details and Options

  • The dissipation error function of a RungeKutta method is , where is the linear stability function.
  • When a RungeKutta method is applied to the oscillatory test problem , the solution satisfies where .
  • The following options can be given:
  • EmbeddedFalsewhether to use the embedded coefficients
    StageNonetreat a stage as the solution
    DenseOutputFalsehow to evaluate dense output

Examples

open allclose all

Basic Examples  (1)

Get the dissipation error of the classical fourth order RungeKutta method:

Options  (3)

Embedded  (1)

Evaluate the dissipation error for an embedded method:

Stage  (1)

Get the dissipation error for a particular stage:

DenseOutput  (1)

Get the dissipation error for the dense output solution:

Tech Notes
  • RungeKutta Methods