13 May
2023
13 May
'23
5:46 a.m.
Run make allfortranstubs to generate the fortran interfaces, then make On Sat, May 13, 2023, 13:35 Edoardo alinovi <[email protected]> wrote:
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!