Skip to content
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

To-think: a less restrictive type for the type of the operator in LinearSolver abstract interface? #950

Closed
amartinhuertas opened this issue Nov 3, 2023 · 0 comments
Assignees

Comments

@amartinhuertas
Copy link
Member

To-think (consequences among others)

The current LinearSolver abstract interface in Gridap forces the type of the operator to be AbstractMatrix. As we want to accommodate a larger zoo of linear solvers within such interface, such as, e.g., Krylov subspace solvers, this might be too restrictive, essentially because a linear operator in a Krylov subspace solver essentially requires a very reduced set of operations in the interface of AbstractMatrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants