TSRKRegister#
Register an TSRK scheme by providing the entries in the Butcher tableau and optionally embedded approximations and interpolation
Synopsis#
Not Collective, but the same schemes should be registered on all processes on which they will be used, No Fortran Support
Input Parameters#
name - identifier for method
order - approximation order of method
s - number of stages, this is the dimension of the matrices below
A - stage coefficients (dimension
s*s, row-major)b - step completion table (dimension
s;NULLto use last row ofA)c - abscissa (dimension
s;NULLto use row sums ofA)bembed - completion table for embedded method (dimension
s;NULLif not available)p - order of the interpolation scheme, equal to the number of columns of
binterpbinterp - coefficients of the interpolation formula (dimension
s*p;NULLto reusebwith \(p=1\))
Note#
Several TSRK methods are provided, this function is only needed to create new methods.
See Also#
Level#
advanced
Location#
Index of all TS routines
Table of Contents for all manual pages
Index of all manual pages