Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/impls/gmres/fgmres/
H A Dfgmres.c17 static PetscErrorCode KSPFGMRESUpdateHessenberg(KSP, PetscInt, PetscBool, PetscReal *);
162 PetscCall(KSPFGMRESUpdateHessenberg(ksp, loc_it, hapend, &res_norm)); in KSPFGMRESCycle()
302 static PetscErrorCode KSPFGMRESUpdateHessenberg(KSP ksp, PetscInt it, PetscBool hapend, PetscReal *… in KSPFGMRESUpdateHessenberg() function