Integreat`RK`
Integreat`RK`
RKOrderConditions
RKOrderConditions[rk,p]
generates the order condition residuals of rk up to order p grouped by order.
RKOrderConditions[rk,{p}]
generates a list of p-th order residuals of rk.
Details and Options
- Tree-based order condition theory is used to compute order condition residuals. For a rooted tree , the associated residual is , where , , and are the symmetry, elementary weight, and density of , respectively.
- RKOrderConditions[rk,p] generates a list of length p.
- RKOrderConditions assumes rk satisfies the row simplifying assumption .
- The following options can be given:
-
Embedded False whether to use the embedded coefficients Stage None treat a stage as the solution DenseOutput False how to evaluate dense output
Examples
open allclose allBasic Examples (2)
Options (3)
Tech Notes
▪