nekStab / LightKrylov

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

Block Arnoldi iteration #6

Closed loiseaujc closed 8 months ago

loiseaujc commented 1 year ago

Implementation of the block Arnoldi algorithm. Use cases :

This is not high on the priority list as we first need to start developing the LTI ROM package.

ricardofrantz commented 1 year ago

In the documentation branch, I added a skeleton for the routine and a sketch for the Krylov-Schur routine based on LAPACK's Schur routine.