Home
last modified time | relevance | path

Searched refs:KSPPGMRESUpdateHessenberg (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/impls/gmres/pgmres/
H A Dpgmres.c7 static PetscErrorCode KSPPGMRESUpdateHessenberg(KSP, PetscInt, PetscBool *, PetscReal *);
70 PetscCall(KSPPGMRESUpdateHessenberg(ksp, it - 2, &hapend, &res)); in KSPPGMRESCycle()
236 static PetscErrorCode KSPPGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool *hapend, PetscReal … in KSPPGMRESUpdateHessenberg() function