[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FORTRAN usage of SNESSetConvergenceHistory



Hi Barry,

Thanks. I didn't make it that far down in the manpage before I sent the email - sorry. I got everything to work fine.

Paul

Barry Smith wrote:
  Paul,

Yes it is intended one can use them from Fortran. Note from the manual
page for SNESGetConvergenceHistory() it does not return the arrays, just the count. You must keep around the arrays you passed into SNESSetConvergenceHistory() and read from them.


   Barry


On Mon, 6 Aug 2007, Paul T. Bauman wrote:

Hello,

Is it possible to use SNESSetConvergenceHistory/SNESGetConvergenceHistory with
FORTRAN?  Thanks,

Paul