Hi,
I encounter a diverge problem when using Intel MKL PARDISO to solve a transient simulation by Newton method.
This case is a unsymmetrical matrix with size is 64,000 and 1,721,082 non-zeros (L+U).
I found that it diverges when the values are changes during a sequential solving.
I tried to use CGS to "iparm[3]=101" to reduce the error, different ordering and with/without scale.
But they don't work in my case.
Is there a possible way or options to deal with it?
Thanks!