Hello Barry,
I have seen you guys merged in main the minimum tolerance stuff.
After compiling that branch, I have tried to call KSPSetMinimumIterations(this%ksp, this%minIter, ierr), but the compiler cannot find the function.
I have included this module as standard practice:
#include "petsc/finclude/petscksp.h"
use petscksp
Maybe I am missing something else?
Thank you!