Hi all,

I'm trying to run multiple instances of GMRES at the same time (one inside
another actually, used inside of the preconditioner routine) but am
running in to some problems. My guess is there is a single set of internal
variables associated with GMRES and when I initiate a new GMRES inside a
currently running GMRES, the old GMRES data gets the boot.

Is this correct, and if so any suggestions on how to fix this?

Cheers,
Jordan
_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to