Hello,
I am running a source code using the Intel® Parallel Studio XE Composer Edition for Fortran with Rogue Wave IMSL 7.0 for Windows*
I am using a solver called the IVPAG that uses the Gear's BDF method to solve a stiff set of ODEs. For some of the input files, it returns an error-"Maximum number of iterations exceeded"
I have investigated the IMSL manual and documentation to obtain the parameter that will allow me to increase the number of steps, but there is no such parameter available to edit. Several other solvers allow to modify this parameter , but I do not see any option to change this parameter in IVPAG.
How can I overcome this problem?
Thanks!