[Trilinos-Users] [EXTERNAL] Amesos2::Solver -- getA()

Siva Rajamanickam srajama at sandia.gov
Mon Aug 20 09:30:07 MDT 2012


Hi Holger,
  The simple answer is there was no usecase to do it at the time. The 
options to setA() which is currently there was not part of the original 
Amesos design, but added later. It won't be hard to add, but I would 
like to understand your case better.

 If Amesos2_Wrapper takes (A, X, B) and you have the A that you pass to 
Amesos2. Why do you think you need a separate getA() ?

Thanks
Siva

Holger Brandsmeier wrote:
> Dear list,
>
> why is there no `getA()` method available in Amesos2::Solver?
>
> I would like to make a wrapper around Amesos2::Solver that implements
> Tpetra::Operator and I like to implement `getDomainMap ()` via
> `getA()->getDomainMap()`. Or how do you recommend that I can implement
> this method?
>
> Thanks,
> Holger
>
>   



More information about the Trilinos-Users mailing list