phil-blain / CICE

Development repository for the CICE sea-ice model
Other
0 stars 0 forks source link

Improve solver monitoring (output number of FGMRES iterations under `monitor_nonlin=.true.`, etc.) #45

Open phil-blain opened 1 year ago

phil-blain commented 1 year ago

This way we can see easily if FGMRES reached convergence or just maxed out at maxits_fmgres iterations at each nonlinear iteration,

Could do the same for PGMRES for symmetry, but we might was well get rid of it and have FGMRES call itself. (after measuring if it's slower).