nekStab / LightKrylov

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

Port the changes from `documentation` to `main` #36

Closed loiseaujc closed 8 months ago

loiseaujc commented 8 months ago

@ricardofrantz already added quite fair bit of docs in the documentation branches. These need to be ported to main.

loiseaujc commented 8 months ago

@ricardofrantz : It seems you experimented with logging in the documentation branch. It is functional and should it be ported to main as well ?

loiseaujc commented 8 months ago

I've decided not to port the logging stuff for the moment as it work only for gmres. Once we released v1.0.0, we can create a new branch dedicated to adding logging to most subroutines if needed.