Searched refs:KSPGMRESMonitorKrylov (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ksp/ksp/interface/ftn-custom/ |
| H A D | zitfuncf.c | 105 …*ierr = KSPMonitorSet(*ksp, (KSPMonitorFn *)KSPGMRESMonitorKrylov, *(PetscViewerAndFormat **)mctx,… in kspmonitorset_()
|
| /petsc/doc/changes/ |
| H A D | 233.md | 102 - KSPGMRESKrylovMonitor -> KSPGMRESMonitorKrylov
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmres.c | 500 PetscErrorCode KSPGMRESMonitorKrylov(KSP ksp, PetscInt its, PetscReal fgnorm, void *Viewers) in KSPGMRESMonitorKrylov() function 550 …PetscCall(KSPMonitorSet(ksp, KSPGMRESMonitorKrylov, viewers, (PetscCtxDestroyFn *)PetscViewersDest… in KSPSetFromOptions_GMRES()
|
| /petsc/include/ |
| H A D | petscksp.h | 625 PETSC_EXTERN PetscErrorCode KSPGMRESMonitorKrylov(KSP, PetscInt, PetscReal, void *);
|