DCL:MATH2:ODELIB: Ordinary Differential Equation (Runge-Kutta): Explanation of Subroutines
Inquires/sets the internal variable used in ODRKDV.
CALL ODpGET(CPARA,IPARA)
CALL ODpSET(CPARA,IPARA)
CPARA (C*8) Name of internal variable. (i) IPARA (I,R) Value of internal variable.
Below is a list of names that can be specified as CP.
'EPSILON' (R) Required precision. 'MAXSTEP' (I) Maximum number of integration. 'NSTEP' (I) The actual number of integration.