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

An external matrix library should be used in fem_1d_poisson_solver.hpp #99

Open
EmilyBourne opened this issue Feb 17, 2025 · 4 comments

Comments

@EmilyBourne
Copy link
Member

An external matrix library should be used in fem_1d_poisson_solver.hpp. Currently we are still using the SLL matrices in:
https://github.com/gyselax/gyselalibxx/tree/main/src/matrix_tools

If this method is ported to GPU then maybe kokkos-kernels can be used, however this may be tricky in the periodic case where the matrix is not banded.

This issue was originally created by @blegouix at https://gitlab.maisondelasimulation.fr/gysela-developpers/gyselalibxx/-/issues/293

@EmilyBourne
Copy link
Member Author

cc: @tpadioleau @gdgirard who were part of this discussion on GitLab. The last comments mentioned a possible Schur's complement in an upstream library. Is this still pertinent?

@gdgirard
Copy link
Member

Sorry, I wasn't in the discussion. Maybe Abdelhadi ?

@EmilyBourne
Copy link
Member Author

Sorry, I wasn't in the discussion. Maybe Abdelhadi ?

Abdelhadi does not appear in the discussion on GitLab. I cc-ed in the people who had commented on the issue.

My last question is related to @tpadioleau 's comment here which was addressed to @gdgirard

Image

@tpadioleau
Copy link
Member

Haha it was never mentionned in the end 😄

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