NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
ButcherQuadratureConditions
ButcherQuadratureConditions[p,s]
gives the quadrature conditions up to and including order p for s stages.
ButcherQuadratureConditions[p]
gives the quadrature conditions in stage-independent tensor notation.
Details and Options
- To use ButcherQuadratureConditions, you first need to load the Numerical Differential Equation Analysis Package using Needs["NumericalDifferentialEquationAnalysis`"].
- The following option can be given:
-
RungeKuttaMethod $RungeKuttaMethod type of Runge–Kutta method - Valid settings for RungeKuttaMethod are DiagonallyImplicit, Explicit, and Implicit.