-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stratimikos support for Anasazi #1089
Comments
Wouldn't Thyra need a new "eigensolver" interface? LinearOpWithSolve etc. are designed around linear solves. You might be able to pass in the system, and get the eigenvectors out, but you would need a new interface to get the eigenvalues. |
Linear solver interfaces and eigensolver interfaces are definitely different. Stratimikos is designed for linear operator applications that either are or approximate A^{-1}, that does not relate the input-output relationship of an eigensolver. |
There should have been a "to" in the previous comment: "... that does not relate [to] the input-output relationship of an eigensolver." |
Good point. I've never worked with eigen-systems, and feel stupid for not realizing this issue. The issue is obviously larger than any of us have time work on, so I'm closing it. |
@trilinos/anasazi @amklinv @hkthorn
If I am not mistaken, Stratimikos currently has not support for Anasazi. If that is correct, how difficult would adding such support be? What are the steps required to do that? Is there any missing functionality preventing it?
My hope that it may not be hard. The Stratimikos support for MueLu was not hard (and that's my only measuring bar).
The text was updated successfully, but these errors were encountered: