nekStab / LightKrylov

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

Add get_size #99

Closed Simkern closed 4 months ago

Simkern commented 4 months ago

added type bound procedure get_size returning the specific vector length to abstract vector and updated GL example accordingly.

**NOTE: > Merged branch update_GL_example into current one. When this branch is merged, both the present branch and update_GL_example can be deleted.