Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/lgmres/
H A Dlgmres.c4 static PetscErrorCode KSPLGMRESUpdateHessenberg(KSP, PetscInt, PetscBool, PetscReal *);
207 PetscCall(KSPLGMRESUpdateHessenberg(ksp, loc_it, hapend, &res)); in KSPLGMRESCycle()
439 static PetscErrorCode KSPLGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *… in KSPLGMRESUpdateHessenberg() function