nekStab / LightKrylov

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

In-code documentation #49

Closed loiseaujc closed 8 months ago

loiseaujc commented 8 months ago

I've updated docstrings to most subroutines in BaseKrylov.f90 and IterativeSolvers.f90 based on what @ricardofrantz did a few months ago. There still are a few subroutines missing appropriate docstrings but these correspond to experimental stuff (e.g. two_sided_arnoldi).