Nathan,
First of all, thanks to all your work on the sparse linear algebra package,
I am starting to use it and it's much appreciated.
Just a thought: wouldn't it be more natural to write gmres as a class rather
than a function ? That way, accessing the internal work arrays for reuse
would be muc
On Mon, Feb 16, 2009 at 10:49 PM, wrote:
>
> 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 GM
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