nekStab / LightKrylov

Lightweight implementation of Krylov subspace techniques in Fortran.
BSD 3-Clause "New" or "Revised" License
18 stars 0 forks source link

Add deflation capabilities in `gmres` and `krylov_schur` #81

Open loiseaujc opened 4 months ago

loiseaujc commented 4 months ago

At the moment, neither gmres nor krylov_schur use deflation or the Krylov subspace when restarting. While it has never been a problem in most applications (even before we started LightKrylov), it is something we should incorporate as it is considered a standard part of these algorithms.