DITSOL_DEFAULTS (iparam, rparam)
iparam integer*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. rparam real*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.
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.