RKSimplifyingAssumptionB[rk,p]

generates a list of B simplifying assumption residuals up to order p for rk.

RKSimplifyingAssumptionB[rk,{p}]

generates only the residual of order p.

Details and Options

  • The simplifying assumption is for .
  • The following options can be given:
  • EmbeddedFalsewhether to use the embedded coefficients
    DenseOutputFalsehow to evaluate dense output

Examples

open allclose all

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

Generate the simplifying assumption for a generic, three stage RungeKutta method:

Options  (2)Common values & functionality for each option

Embedded  (1)

Check the simplifying assumption for an embedded method:

DenseOutput  (1)

Check a B simplifying assumption residual for the dense output solution:

Tech Notes