d02pjf evaluates the interpolant calculated by
d02phf, following an integration step performed by
d02pgf to solve an initial value problem.
When integrating using the reverse communication Runge–Kutta integrator
d02pgf, the solution or its derivatives can be obtained inexpensively between steps by interpolation.
d02phf is called after a step by
d02pgf from a previous value of
(
) to its current value,
(i.e., a
th successful time-step has been taken).
d02pjf can then be called to evaluate interpolated approximations of the function or its derivatives at any value of
in the interval
.
Brankin R W, Gladwell I and Shampine L F (1991) RKSUITE: A suite of Runge–Kutta codes for the initial value problems for ODEs SoftReport 91-S1 Southern Methodist University
If on entry
or
, explanatory error messages are output on the current error message unit (as defined by
x04aaf).
-
On entry, a previous call to the setup routine has not been made or the communication arrays have become corrupted, or a catastrophic error has already been detected elsewhere.
You cannot continue integrating the problem.
On entry, .
Constraint: or .
On entry, , and .
Constraint: for or , .
On entry, .
Constraint: for or , .
On entry, and .
Constraint: for or , .
On entry, , but the value passed to the setup routine was .
On entry,
, but on interpolation setup
.
Constraint:
nwant must be unchanged from setup.
The previous call to the interpolation setup routine returned an error.
You cannot call this routine before you have called the interpolation setup.
The computed values will be of a similar accuracy to that computed by
d02pgf.
Background information to multithreading can be found in the
Multithreading documentation.
None.