nekStab / LightKrylov

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

added type bound procedure get_size to abstract vector and GL example #100

Closed Simkern closed 4 months ago

loiseaujc commented 4 months ago

Looks good to me. The only thing missing is the implement of the get_size function for the test vectors.

Simkern commented 4 months ago

Looks good to me. The only thing missing is the implement of the get_size function for the test vectors.

Right. Added, deployed and tested.