[Trilinos-Users] Anasazi getSolusion

Sunghwan Choi sunghwanchoi91 at gmail.com
Mon Mar 25 08:16:54 MDT 2013


Hi,

I want to get eigenvector from the class which contains eigensolver. 

 

If I put Teuchos::RCP<Epetra_MultiVector> as argument and do below codes

 

////////make object of solution class

Anasazi::Eigensolution<double, Epetra_MultiVector> sol =
MyProblem->getSolution();

//////// eigenvector is argument of this function

eigenvector =  (sol.Evecs);

 

Epetra_MultiVector is not copied as far as I tested. I don't know how to
copy eigenvector to other class 

 

Please let me know or give me a piece of advices 

 

Sunghwan Choi

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://software.sandia.gov/pipermail/trilinos-users/attachments/20130325/9c1ecb0d/attachment.html 


More information about the Trilinos-Users mailing list