You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: