DITSOL_DEFAULTS(3DXML) — Subroutines
Digital
Name
ditsol_defaults − Set default values for iterative solver
FORMAT
DITSOL_DEFAULTS (iparam, rparam)
Arguments
iparaminteger∗4
On entry, a one dimensional array of length at least 50.
On exit, the variables in the IPARAM array are assigned the default values. Of the first 50 elements, the variables that are not assigned a default value, are set equal to zero.
rparamreal∗8
On entry, a one dimensional array of length at least 50.
On exit, the variables in the RPARAM array are assigned the default values. Of the first 50 elements, the variables that are not assigned a default value, are set equal to zero.
Description
DITSOL_DEFAULTS sets the default values for the variables in the arrays IPARAM and RPARAM. Of the first 50 elements, the variables that are not assigned a default value, are set equal to zero. It is your responsibility to ensure that any variables in IPARAM and RPARAM that are required by the iterative solver are set to an appropriate value before the call to the solver routine.